fix(Scripts/Outland): speed of Vashj enchanted elementals (#25416)

This commit is contained in:
sogladev 2026-04-11 00:37:45 +02:00 committed by GitHub
parent a008348357
commit 881fbbbdfd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;