add ismoving condition trigger

This commit is contained in:
NoM0Re
2024-07-13 16:26:23 +02:00
parent 0d29781570
commit 6c5d62289c
2 changed files with 16 additions and 2 deletions
+1 -1
View File
@@ -3279,7 +3279,7 @@ do
end
function WeakAuras.WatchPlayerMoveSpeed()
if not(playerMovingFrame) then
if not (playerMovingFrame) then
playerMovingFrame = CreateFrame("frame");
WeakAuras.frames["Player Moving Frame"] = playerMovingFrame;
end