Scripts/Spells: Fixed wrong change in Drain Mana removing fear/poly effects

Update: #20234
Followup: a6673f6aa7
More Info: https://github.com/TrinityCore/TrinityCore/issues/20234#issuecomment-436970730
This commit is contained in:
Keader
2018-11-08 09:19:33 -03:00
parent d8fee3c46b
commit 87d6f62ba6
2 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1 @@
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_gen_clear_fear_poly' AND `spell_id`=5138;

View File

@@ -858,7 +858,6 @@ class spell_gen_choking_vines : public AuraScript
}
};
// 5138 - Drain Mana
// 8129 - Mana Burn
class spell_gen_clear_fear_poly : public SpellScript
{