Skip to content

Commit cc2221c

Browse files
Added InCombat check to Retail FirstMove
1 parent a3d46a7 commit cc2221c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

init.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -681,6 +681,7 @@ function Angleur_EventLoader(self, event, unit, ...)
681681
elseif event == "PLAYER_REGEN_ENABLED" then
682682
elseif event == "PLAYER_STARTED_MOVING" then
683683
if ang.gameVersion ~= 1 then return end
684+
if InCombatLockdown() then return end
684685
if firstMove == true and AngleurCharacter.sleeping == false then
685686
firstMove = false
686687
if Angleur_TinyOptions.turnOffSoftInteract == false then

0 commit comments

Comments
 (0)