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

4 lines
97 B
Lua

function()
local current, max = aura_env.ShieldManager.GetStats()
return current, max, 1
end