7 lines
203 B
Lua
7 lines
203 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 |