aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/bindings/scripts/scripts/guard/guards.cpp2
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);
}
}
}