Skip to content

Commit 881fbbb

Browse files
authored
fix(Scripts/Outland): speed of Vashj enchanted elementals (azerothcore#25416)
1 parent a008348 commit 881fbbb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/server/scripts/Outland/CoilfangReservoir/SerpentShrine/boss_lady_vashj.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ struct boss_lady_vashj : public BossAI
128128
summon->CastSpell(summon, SPELL_MAGIC_BARRIER);
129129
break;
130130
case NPC_ENCHANTED_ELEMENTAL:
131-
summon->GetMotionMaster()->MoveFollow(me, 0.0f, 0.0f, MOTION_SLOT_ACTIVE, false);
131+
summon->GetMotionMaster()->MoveFollow(me, 0.0f, 0.0f, MOTION_SLOT_ACTIVE, false, false);
132132
summon->SetWalk(true);
133133
summon->SetReactState(REACT_PASSIVE);
134134
break;

0 commit comments

Comments
 (0)