Files
wow-weakauras/FreshShit/ShardCounter/event5.lua
2024-04-13 16:33:46 +02:00

7 lines
155 B
Lua

-- PLAYER_REGEN_DISABLED
function()
if aura_env.config.resetOnCombat then
aura_env.AgonyStack:CleanOld(0)
aura_env.SoulShardStack:CleanOld(0)
end
end