mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 09:44:45 +01:00
Scripts/ZG: stop High Priestess Kilnara's movement before channeling Tears of Blood
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user