aboutsummaryrefslogtreecommitdiff
path: root/src/game/Unit.cpp
diff options
context:
space:
mode:
authorQAston <none@none>2009-04-25 20:36:31 +0200
committerQAston <none@none>2009-04-25 20:36:31 +0200
commitec4031be35cca5b1ce180c399716d40eff3825ca (patch)
treec65979c7ca264f7a4518479bf883249130963e96 /src/game/Unit.cpp
parent373914f1f96c7249df6bb9ced1ba27be44dfa676 (diff)
*Fix improved shadowform.
--HG-- branch : trunk
Diffstat (limited to 'src/game/Unit.cpp')
-rw-r--r--src/game/Unit.cpp8
1 files changed, 8 insertions, 0 deletions
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:
{