diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/scripts/northrend/grizzly_hills.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scripts/northrend/grizzly_hills.cpp b/src/scripts/northrend/grizzly_hills.cpp index 0fb7372f250..9795afd82e8 100644 --- a/src/scripts/northrend/grizzly_hills.cpp +++ b/src/scripts/northrend/grizzly_hills.cpp @@ -439,7 +439,7 @@ struct npc_tallhorn_stagAI : public ScriptedAI void UpdateAI(const uint32 /*uiDiff*/) { - if (m_uiPhase = 1) + if (m_uiPhase == 1) { if (GameObject* haunch = me->FindNearestGameObject(OBJECT_HAUNCH, 2.0f)) { |