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

View File

@@ -128,7 +128,7 @@ struct boss_lady_vashj : public BossAI
summon->CastSpell(summon, SPELL_MAGIC_BARRIER); summon->CastSpell(summon, SPELL_MAGIC_BARRIER);
break; break;
case NPC_ENCHANTED_ELEMENTAL: 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->SetWalk(true);
summon->SetReactState(REACT_PASSIVE); summon->SetReactState(REACT_PASSIVE);
break; break;