mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-02 15:17:27 +01:00
Scripts/Trial Of The Crusader: Lord Jaraxxus rework (#21216)
(cherry picked from commit a41cd41695)
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -390,7 +390,11 @@ struct npc_tirion_toc : public ScriptedAI
|
||||
else if (_instance->GetBossState(DATA_NORTHREND_BEASTS) != DONE)
|
||||
me->SummonCreature(NPC_BARRETT_BEASTS, BarretSpawnPosition);
|
||||
else if (_instance->GetBossState(DATA_JARAXXUS) != DONE)
|
||||
{
|
||||
me->SummonCreature(NPC_BARRETT_JARAXXUS, BarretSpawnPosition);
|
||||
if (_instance->GetBossState(DATA_JARAXXUS) == FAIL)
|
||||
DoAction(ACTION_SUMMON_JARAXXUS);
|
||||
}
|
||||
else if (_instance->GetBossState(DATA_FACTION_CRUSADERS) != DONE)
|
||||
me->SummonCreature(NPC_BARRETT_FACTION, BarretSpawnPosition);
|
||||
else if (_instance->GetBossState(DATA_TWIN_VALKIRIES) != DONE)
|
||||
|
||||
Reference in New Issue
Block a user