diff options
author | megamage <none@none> | 2008-11-03 18:45:53 -0600 |
---|---|---|
committer | megamage <none@none> | 2008-11-03 18:45:53 -0600 |
commit | 6391d04aac45de99d7dae5e99a13228157c4ba3c (patch) | |
tree | d064ee4fbd7623e5f937c66a3477ffd7236621ce | |
parent | 47d205ea711d5bb88426d8786d95bbc5414813b0 (diff) |
[svn]
--HG--
branch : trunk
-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); } } } |