fix(Scripts/VioletHold): VioletHold globules no longer inherit boss speed (#25143)
This commit is contained in:
parent
9268ca9784
commit
4955ecbd8c
1 changed files with 1 additions and 1 deletions
|
|
@ -244,7 +244,7 @@ public:
|
|||
{
|
||||
pSummoned->SetSpeed(MOVE_RUN, 0.3f);
|
||||
pSummoned->RemoveUnitMovementFlag(MOVEMENTFLAG_WALKING);
|
||||
pSummoned->GetMotionMaster()->MoveFollow(me, 0, 0);
|
||||
pSummoned->GetMotionMaster()->MoveFollow(me, 0, 0, MOTION_SLOT_ACTIVE, false, false);
|
||||
me->CastSpell(pSummoned, SPELL_CREATE_GLOBULE_VISUAL, true); // triggered should ignore los
|
||||
globules.Summon(pSummoned);
|
||||
if (pInstance)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue