fix(Scripts/VioletHold): VioletHold globules no longer inherit boss speed (#25143)

This commit is contained in:
sogladev 2026-03-20 23:52:38 +01:00 committed by GitHub
parent 9268ca9784
commit 4955ecbd8c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)