Files
wow-weakauras/Complete Projects/Legion/OneSecondTicker.lua
2024-08-24 22:43:07 +02:00

7 lines
231 B
Lua

--PLAYER_REGEN_DISABLED PLAYER_REGEN_ENABLED
function()
if not WeakAurasSaved.GlobalTicker then
WeakAurasSaved.GlobalTicker = C_Timer.NewTicker(1, function() WeakAuras.ScanEvents("GLOBAL_TICKER") end)
end
end