Scripts/BWD: remove a incorrect event schedule from Magmaw after finishing impaling hits head

This commit is contained in:
Ovahlord
2019-05-08 22:33:34 +02:00
parent f250aea8d4
commit c868cf952f

View File

@@ -480,7 +480,6 @@ struct boss_magmaw : public BossAI
me->SetReactState(REACT_AGGRESSIVE);
events.ScheduleEvent(EVENT_LAVA_SPEW, 1ms);
events.ScheduleEvent(EVENT_MAGMA_PROJECTILE, 4s);
events.ScheduleEvent(EVENT_MASSIVE_CRASH, 40s);
break;
default:
break;