diff options
Diffstat (limited to 'src/game/Unit.cpp')
-rw-r--r-- | src/game/Unit.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/game/Unit.cpp b/src/game/Unit.cpp index b2f0bda7ec8..8c2d95fb825 100644 --- a/src/game/Unit.cpp +++ b/src/game/Unit.cpp @@ -5691,6 +5691,9 @@ bool Unit::HandleDummyAuraProc(Unit *pVictim, uint32 damage, AuraEffect* trigger case 47570: case 47569: { + if (!roll_chance_i(triggerAmount)) + return false; + RemoveMovementImpairingAuras(); break; } |