diff options
-rw-r--r-- | src/bindings/scripts/scripts/guard/guards.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bindings/scripts/scripts/guard/guards.cpp b/src/bindings/scripts/scripts/guard/guards.cpp index be9c30ad0c5..fdc541665d1 100644 --- a/src/bindings/scripts/scripts/guard/guards.cpp +++ b/src/bindings/scripts/scripts/guard/guards.cpp @@ -529,7 +529,7 @@ struct TRINITY_DLL_DECL guard_contested : public guardAI DoCastSpell(who, spell); } } - DoStartMovement(who); + AttackStart(who); } } } |