mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 01:15:35 +01:00
@@ -154,6 +154,8 @@ class boss_devourer_of_souls : public CreatureScript
|
||||
{
|
||||
DoScriptText(RAND(SAY_FACE_ANGER_AGGRO, SAY_FACE_DESIRE_AGGRO), me);
|
||||
|
||||
if (!me->FindNearestCreature(NPC_CRUCIBLE_OF_SOULS, 60)) // Prevent double spawn
|
||||
instance->instance->SummonCreature(NPC_CRUCIBLE_OF_SOULS, CrucibleSummonPos);
|
||||
events.ScheduleEvent(EVENT_PHANTOM_BLAST, 5000);
|
||||
events.ScheduleEvent(EVENT_MIRRORED_SOUL, 8000);
|
||||
events.ScheduleEvent(EVENT_WELL_OF_SOULS, 30000);
|
||||
|
||||
@@ -46,5 +46,6 @@ enum Creatures
|
||||
NPC_CHAMPION_3_HORDE = 37588,
|
||||
NPC_CHAMPION_1_ALLIANCE = 37496,
|
||||
NPC_CHAMPION_2_ALLIANCE = 37497,
|
||||
NPC_CRUCIBLE_OF_SOULS = 37094,
|
||||
};
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user