Files
wow-weakauras/FreshShit/ShardCounter/event5.lua
2024-08-24 22:43:07 +02:00

7 lines
161 B
Lua

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