Fixed build

This commit is contained in:
Ovahlord
2018-01-02 22:17:47 +01:00
parent 0f984d518b
commit f97ebbb21f
2 changed files with 2 additions and 4 deletions

View File

@@ -205,7 +205,7 @@ class instance_lost_city_of_the_tolvir : public InstanceMapScript
augh->AI()->DoAction(ACTION_AUGH_INTRO);
heroicAughSpawned = true;
}
else if (_heroicAughSpawned)
else if (heroicAughSpawned)
if (Creature* augh = instance->SummonCreature(BOSS_AUGH, AughHomePos))
augh->AI()->DoAction(ACTION_AUGH_ATTACKABLE);
break;