Scripts/LCT: make sure that High Prophet Barim stops moving when he is about to cast Repentance

This commit is contained in:
Ovahlord
2022-02-21 19:46:46 +01:00
parent 80881f898c
commit 639799c7ed

View File

@@ -274,6 +274,7 @@ struct boss_high_prophet_barim : public BossAI
case EVENT_REPENTANCE:
me->AttackStop();
me->SetReactState(REACT_PASSIVE);
me->StopMoving();
DoCastSelf(SPELL_REPENTANCE);
events.ScheduleEvent(EVENT_REPENTANCE_PULL, 1s);