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:
@@ -157,8 +157,7 @@ public:
|
|||||||
{
|
{
|
||||||
if (pSummoned)
|
if (pSummoned)
|
||||||
{
|
{
|
||||||
pSummoned->GetMotionMaster()->MoveFollow(me, 0.0f, 0.0f);
|
pSummoned->GetMotionMaster()->MoveFollow(me, 0.0f, 0.0f, MOTION_SLOT_ACTIVE, true, false);
|
||||||
pSummoned->RemoveUnitMovementFlag(MOVEMENTFLAG_WALKING);
|
|
||||||
spheres.Summon(pSummoned);
|
spheres.Summon(pSummoned);
|
||||||
if (pInstance)
|
if (pInstance)
|
||||||
pInstance->SetGuidData(DATA_ADD_TRASH_MOB, pSummoned->GetGUID());
|
pInstance->SetGuidData(DATA_ADD_TRASH_MOB, pSummoned->GetGUID());
|
||||||
|
|||||||
Reference in New Issue
Block a user