mirror of
https://github.com/OldManAlpha/Puppeteer.git
synced 2025-11-28 23:48:35 +00:00
Fix HoT cache being stored as a string
This commit is contained in:
parent
7a2007044f
commit
fb2ad22973
@ -303,6 +303,7 @@ function UpdateCacheHot(spellName, heal, targetGuid, targetName, casterGuid, cas
|
||||
if not hots[spellName] then
|
||||
return
|
||||
end
|
||||
heal = tonumber(heal) or 0
|
||||
local hot = hots[spellName]
|
||||
if hot["heal"] ~= heal then
|
||||
local prevHeal = hot["heal"]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user