mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 09:44:45 +01:00
Grizzly Hills: Fix phase error
--HG-- branch : trunk
This commit is contained in:
@@ -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))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user