Update
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
-- SPELL_UPDATE_CHARGES
|
||||
function(e)
|
||||
local charges = aura_env.getCharges()
|
||||
if (charges ~= aura_env.currentCharges) then
|
||||
aura_env.currentCharges = charges
|
||||
return true
|
||||
end
|
||||
-- SPELL_UPDATE_CHARGES
|
||||
function(e)
|
||||
local charges = aura_env.getCharges()
|
||||
if (charges ~= aura_env.currentCharges) then
|
||||
aura_env.currentCharges = charges
|
||||
return true
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user