*Check proc chance of "improved shadowform". By Den

--HG--
branch : trunk
This commit is contained in:
megamage
2009-08-19 17:18:05 -05:00
parent 34a95e7fa8
commit f5aeb3e5f7
+3
View File
@@ -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;
}