Files
wow-weakauras/NewAge/PrimaryStatBar/CLEU.lua
2024-08-24 22:45:28 +02:00

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