mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-23 05:36:23 +00:00
fix(CORE/Raid): Obsidian Sancturn - Tenebron (#1726)
* Removed the whelpings that were spawned as soon as the portal opens.
This commit is contained in:
@@ -759,11 +759,6 @@ public:
|
||||
summons.Summon(cr);
|
||||
cr->SetPhaseMask(16, true);
|
||||
}
|
||||
if ((cr = me->SummonCreature(NPC_TWILIGHT_WHELP, EggsPos[isSartharion ? i+6 : i].GetPositionX(), EggsPos[isSartharion ? i+6 : i].GetPositionY(), EggsPos[isSartharion ? i+6 : i].GetPositionZ(), EggsPos[isSartharion ? i+6 : i].GetOrientation(), TEMPSUMMON_TIMED_DESPAWN_OUT_OF_COMBAT, 60000)))
|
||||
{
|
||||
summons.Summon(cr);
|
||||
cr->SetPhaseMask(16, true);
|
||||
}
|
||||
}
|
||||
|
||||
events.ScheduleEvent(EVENT_MINIBOSS_HATCH_EGGS, 25000);
|
||||
@@ -1378,4 +1373,4 @@ void AddSC_boss_sartharion()
|
||||
new npc_twilight_summon();
|
||||
|
||||
new spell_sartharion_lava_strike();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user