Files
wow-weakauras/Complete Projects/Legion/HoTP heal bars/3.0/HP2 3.0.lua
2024-08-24 22:43:07 +02:00

11 lines
146 B
Lua

--HoTP 3.0
--TRIGGER
function()
return true
end
--DURATION
function()
return WeakAurasSaved.HoTP.newRelativeHealth, 100, 1
end