mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-26 03:42:37 +01:00
Scripts/Trial Of The Crusader: Lord Jaraxxus rework (#21216)
(cherry picked from commit a41cd41695)
This commit is contained in:
@@ -0,0 +1 @@
|
||||
UPDATE `creature_text` SET `Text`='%s goes into a berserker rage!', `Type`=41, `Probability`=100, `BroadcastTextId`=34057 WHERE `CreatureID`=34780 AND `GroupID`=11;
|
||||
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