Files

7 lines
197 B
Lua

function(e, ...)
aura_env.currentStat = aura_env.GetPrimaryStat()
if aura_env.maxStat < aura_env.currentStat then
aura_env.maxStat = aura_env.currentStat
end
return true
end