fix(Scripts/VioletHold): Fix Ethereal Sphere speed in Xevozz encounter (#25313)
Co-authored-by: blinkysc <blinkysc@users.noreply.github.com>
This commit is contained in:
parent
1b5db88ec8
commit
373e1d75c0
1 changed files with 1 additions and 2 deletions
|
|
@ -157,8 +157,7 @@ public:
|
|||
{
|
||||
if (pSummoned)
|
||||
{
|
||||
pSummoned->GetMotionMaster()->MoveFollow(me, 0.0f, 0.0f);
|
||||
pSummoned->RemoveUnitMovementFlag(MOVEMENTFLAG_WALKING);
|
||||
pSummoned->GetMotionMaster()->MoveFollow(me, 0.0f, 0.0f, MOTION_SLOT_ACTIVE, true, false);
|
||||
spheres.Summon(pSummoned);
|
||||
if (pInstance)
|
||||
pInstance->SetGuidData(DATA_ADD_TRASH_MOB, pSummoned->GetGUID());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue