Files
wow-weakauras/NewAge/PrimaryStatBar/CLEU.lua
2021-11-27 21:03:04 +01:00

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