From f5aeb3e5f7414ebf86e4db410bb4163e917e17cf Mon Sep 17 00:00:00 2001 From: megamage Date: Wed, 19 Aug 2009 17:18:05 -0500 Subject: *Check proc chance of "improved shadowform". By Den --HG-- branch : trunk --- src/game/Unit.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') 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; } -- cgit v1.2.3