From ec4031be35cca5b1ce180c399716d40eff3825ca Mon Sep 17 00:00:00 2001 From: QAston Date: Sat, 25 Apr 2009 20:36:31 +0200 Subject: *Fix improved shadowform. --HG-- branch : trunk --- src/game/Unit.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/game/Unit.cpp') diff --git a/src/game/Unit.cpp b/src/game/Unit.cpp index 1ebbd606c2f..c0cc4266763 100644 --- a/src/game/Unit.cpp +++ b/src/game/Unit.cpp @@ -5512,6 +5512,14 @@ bool Unit::HandleDummyAuraProc(Unit *pVictim, uint32 damage, AuraEffect* trigger triggered_spell_id = 56160; break; } + // Improved Shadowform + case 47570: + case 47569: + { + RemoveAurasByTypeWithDispel(SPELL_AURA_MOD_ROOT); + RemoveAurasByTypeWithDispel(SPELL_AURA_MOD_DECREASE_SPEED); + break; + } // Psychic Horror case 47571: { -- cgit v1.2.3