From 41817b259be2ec91724e873bc5fa8d7fb5a15727 Mon Sep 17 00:00:00 2001 From: Spp Date: Mon, 19 Apr 2010 16:44:35 +0200 Subject: Grizzly Hills: Fix phase error --HG-- branch : trunk --- src/scripts/northrend/grizzly_hills.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/scripts') 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)) { -- cgit v1.2.3