Add shard counter

This commit is contained in:
2024-04-13 16:22:49 +02:00
parent 0498808166
commit cbd2c60cf2
7 changed files with 103 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
-- TICKER_500
function()
aura_env.SoulShardStack:CleanOld()
aura_env.AgonyStack:CleanOld()
aura_env.UpdateDisplay()
aura_env.SoulShards = UnitPower("player", 7)
end