Scripts/TsC: Slabhide will no longer cast Crystal Storm on normal difficulty

This commit is contained in:
Ovahlord
2018-08-10 22:28:09 +02:00
parent 36556709d4
commit 2cea6a8ef4

View File

@@ -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;