Scripts/Pit of Saron: Tyrannus followup

fix new issue caused by 947cb6a453
This commit is contained in:
Keader
2018-01-16 20:38:38 -02:00
committed by Aokromes
parent ca4b8d9881
commit 2eb11c7b7c

View File

@@ -556,7 +556,7 @@ class at_tyrannus_event_starter : public AreaTriggerScript
if (player->IsGameMaster() || !instance)
return false;
if (instance->GetBossState(DATA_TYRANNUS) != DONE)
if (instance->GetBossState(DATA_TYRANNUS) != IN_PROGRESS && instance->GetBossState(DATA_TYRANNUS) != DONE)
if (Creature* tyrannus = ObjectAccessor::GetCreature(*player, instance->GetGuidData(DATA_TYRANNUS)))
{
tyrannus->AI()->DoAction(ACTION_START_INTRO);