Scripts/ZG: stop High Priestess Kilnara's movement before channeling Tears of Blood

This commit is contained in:
Ovahlord
2018-11-02 15:19:48 +01:00
parent 94ea71678a
commit dbc0144d5a

View File

@@ -211,6 +211,7 @@ struct boss_high_priestess_kilnara : public BossAI
events.Repeat(2s, 2s + 500ms);
break;
case EVENT_TEARS_OF_BLOOD:
me->StopMoving();
DoCastSelf(SPELL_TEARS_OF_BLOOD);
events.Repeat(21s, 24s);
break;