Scripts/BoT: fixed an issue that was preventing Cho'Gall from casting Consume Blood of the Old Gods when he was moving

This commit is contained in:
Ovahlord
2019-07-25 22:54:34 +02:00
parent 87fc8f1a1e
commit 633dd008a5

View File

@@ -512,6 +512,7 @@ struct boss_chogall : public BossAI
break;
case EVENT_CONSUME_BLOOD_OF_THE_OLD_GOD:
Talk(SAY_CONSUME_BLOOD_OF_THE_OLD_GODS);
me->StopMoving();
DoCastAOE(SPELL_CONSUME_BLOOD_OF_THE_OLD_GODS);
events.ScheduleEvent(EVENT_CHECK_BLOOD_OF_THE_OLD_GOD_BUFF, 5s + 100ms, 0, PHASE_2);
events.ScheduleEvent(EVENT_DARKENED_CREATIONS, 6s, 0, PHASE_2);