fix(Scripts/Outland): speed of Vashj enchanted elementals (#25416)
This commit is contained in:
parent
a008348357
commit
881fbbbdfd
1 changed files with 1 additions and 1 deletions
|
|
@ -128,7 +128,7 @@ struct boss_lady_vashj : public BossAI
|
|||
summon->CastSpell(summon, SPELL_MAGIC_BARRIER);
|
||||
break;
|
||||
case NPC_ENCHANTED_ELEMENTAL:
|
||||
summon->GetMotionMaster()->MoveFollow(me, 0.0f, 0.0f, MOTION_SLOT_ACTIVE, false);
|
||||
summon->GetMotionMaster()->MoveFollow(me, 0.0f, 0.0f, MOTION_SLOT_ACTIVE, false, false);
|
||||
summon->SetWalk(true);
|
||||
summon->SetReactState(REACT_PASSIVE);
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue