From 0728b899a76a07f7758b1e0d39e843463d4ea2b5 Mon Sep 17 00:00:00 2001 From: Edan <79129327+EdnY1@users.noreply.github.com> Date: Thu, 4 Sep 2025 17:21:33 -0400 Subject: Core/Unit: Also remove snare mechanics caused by effects on RemoveMovementImpairingAuras (#31207) --- src/server/game/Entities/Unit/Unit.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/server/game/Entities/Unit/Unit.cpp b/src/server/game/Entities/Unit/Unit.cpp index d3b8df73d81..220ee3c71db 100644 --- a/src/server/game/Entities/Unit/Unit.cpp +++ b/src/server/game/Entities/Unit/Unit.cpp @@ -4067,7 +4067,7 @@ void Unit::RemoveMovementImpairingAuras(bool withRoot) if (withRoot) RemoveAurasWithMechanic(1 << MECHANIC_ROOT, AURA_REMOVE_BY_DEFAULT, 0, true); - RemoveAurasWithMechanic(1 << MECHANIC_SNARE, AURA_REMOVE_BY_DEFAULT, 0, false); + RemoveAurasWithMechanic(1 << MECHANIC_SNARE, AURA_REMOVE_BY_DEFAULT, 0, true); } void Unit::RemoveAurasWithMechanic(uint32 mechanicMaskToRemove, AuraRemoveMode removeMode, uint32 exceptSpellId, bool withEffectMechanics) -- cgit v1.2.3