This commit is contained in:
Bunny67
2020-09-22 17:50:02 +03:00
parent e455eaa4a9
commit ce5da4dc3e
17 changed files with 357 additions and 197 deletions
+1 -1
View File
@@ -651,7 +651,7 @@ local function RegisterForFrameTick(region)
regionsForFrameTick[region] = true
if not frameForFrameTick:GetScript("OnUpdate") then
frameForFrameTick:SetScript("OnUpdate", WeakAuras.FrameTick);
frameForFrameTick:SetScript("OnUpdate", FrameTick);
end
end