aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorKeader <keader.android@gmail.com>2018-11-08 09:19:33 -0300
committerKeader <keader.android@gmail.com>2018-11-08 09:19:33 -0300
commit87d6f62ba6a08cd907171e41f780e427f2f044ed (patch)
tree779487e1f4db2112547f7a26087040774cd5af25 /sql
parentd8fee3c46b70fed660aec905a496e56d6a327aaf (diff)
Scripts/Spells: Fixed wrong change in Drain Mana removing fear/poly effects
Update: #20234 Followup: a6673f6aa7a1c2ca4b3f2ac22cbff5f4191ec664 More Info: https://github.com/TrinityCore/TrinityCore/issues/20234#issuecomment-436970730
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/3.3.5/2018_11_08_00_world.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2018_11_08_00_world.sql b/sql/updates/world/3.3.5/2018_11_08_00_world.sql
new file mode 100644
index 00000000000..65efece5845
--- /dev/null
+++ b/sql/updates/world/3.3.5/2018_11_08_00_world.sql
@@ -0,0 +1 @@
+DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_gen_clear_fear_poly' AND `spell_id`=5138;