mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-08 07:48:02 +00:00
fix(Scripts/UtgardeKeep): cast Dreadful Roar at start of Ingvar phase 2 (#25843)
This commit is contained in:
@@ -278,6 +278,7 @@ struct boss_ingvar_the_plunderer : public ScriptedAI
|
|||||||
me->RemoveUnitFlag(UNIT_FLAG_NOT_SELECTABLE);
|
me->RemoveUnitFlag(UNIT_FLAG_NOT_SELECTABLE);
|
||||||
AttackStart(me->GetVictim());
|
AttackStart(me->GetVictim());
|
||||||
me->GetMotionMaster()->MoveChase(me->GetVictim());
|
me->GetMotionMaster()->MoveChase(me->GetVictim());
|
||||||
|
me->CastSpell((Unit*)nullptr, SPELL_DREADFUL_ROAR, false);
|
||||||
Talk(YELL_AGGRO_2);
|
Talk(YELL_AGGRO_2);
|
||||||
|
|
||||||
// schedule Phase 2 abilities
|
// schedule Phase 2 abilities
|
||||||
|
|||||||
Reference in New Issue
Block a user