mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 08:28:32 +01:00
Scripts/Icecrown Citadel: Sindragosa will now mark 2 players for frost tombs on 10 man heroic mode
Closes #2233
This commit is contained in:
@@ -278,7 +278,7 @@ class boss_sindragosa : public CreatureScript
|
||||
DoZoneInCombat();
|
||||
break;
|
||||
case POINT_AIR_PHASE:
|
||||
me->CastCustomSpell(SPELL_ICE_TOMB_TARGET, SPELLVALUE_MAX_TARGETS, RAID_MODE<int32>(2, 5, 3, 6), false);
|
||||
me->CastCustomSpell(SPELL_ICE_TOMB_TARGET, SPELLVALUE_MAX_TARGETS, RAID_MODE<int32>(2, 5, 2, 6), false);
|
||||
events.ScheduleEvent(EVENT_FROST_BOMB, 8000);
|
||||
break;
|
||||
case POINT_LAND:
|
||||
|
||||
Reference in New Issue
Block a user