Code
diff -r ea90a6d1df82 -r f26a84e252b5 src/game/SpellAuraEffects.cpp
--- a/src/game/SpellAuraEffects.cpp Mon Mar 01 15:55:37 2010 +0200
+++ b/src/game/SpellAuraEffects.cpp Mon Mar 01 15:57:11 2010 +0200
@@ -4142,7 +4142,7 @@
mechanic = 1 << GetMiscValue();
//immune movement impairment and loss of control
- if(GetId()==42292 || GetId()==59752)
+ if(GetId()==42292 || GetId()==59752 || GetId()==53490)
mechanic=IMMUNE_TO_MOVEMENT_IMPAIRMENT_AND_LOSS_CONTROL_MASK;
// Forbearance
// in DBC wrong mechanic immune since 3.0.x