mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 17:05:44 +01:00
Scripts/TsC: Slabhide will no longer cast Crystal Storm on normal difficulty
This commit is contained in:
@@ -287,8 +287,9 @@ class boss_slabhide : public CreatureScript
|
||||
case EVENT_ATTACK:
|
||||
events.ScheduleEvent(EVENT_LAVA_FISSURE, Seconds(6), Seconds(8));
|
||||
events.ScheduleEvent(EVENT_SAND_BLAST, Seconds(8), Seconds(10));
|
||||
DoCast(me, SPELL_CRYSTAL_STORM_PERIODIC);
|
||||
me->SetReactState(REACT_AGGRESSIVE);
|
||||
if (IsHeroic())
|
||||
DoCast(me, SPELL_CRYSTAL_STORM_PERIODIC);
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user