Jump to content

[7431][fix] Escape Artist


Guest Lightguard

Recommended Posts

2

- This would fix the gnome racial spell Escape Artist

2

- 7297

patch:

diff --git a/src/game/SpellEffects.cpp b/src/game/SpellEffects.cpp
index 9f9505d..78cd6fd 100644
--- a/src/game/SpellEffects.cpp
+++ b/src/game/SpellEffects.cpp
@@ -4758,6 +4758,15 @@ void Spell::EffectScriptEffect(uint32 effIndex)
                    unitTarget->HandleEmoteCommand(EMOTE_STATE_DANCE);
                    break;
                }
+                // Escape artist
+                case 20589:
+                {
+                    if(!m_caster)
+                        return;
+                    m_caster->RemoveSpellsCausingAura(SPELL_AURA_MOD_ROOT);
+                    m_caster->RemoveSpellsCausingAura(SPELL_AURA_MOD_DECREASE_SPEED);
+                    break;
+                }
                // Mirren's Drinking Hat
                case 29830:
                {

http://lightguard.tauri.hu/mangos/patches/r_ea.patch

Link to comment
Share on other sites

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use