From cb23c5e55ca1e5d148f47945b5dddb4d4f021b39 Mon Sep 17 00:00:00 2001 From: Ovahlord Date: Sun, 24 Jun 2018 21:45:42 +0200 Subject: [PATCH] DB/Spells: fixed last update by adding correct sql statements... --- sql/updates/world/custom/custom_2018_06_24_02_world.sql | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/sql/updates/world/custom/custom_2018_06_24_02_world.sql b/sql/updates/world/custom/custom_2018_06_24_02_world.sql index a3a19d7ef39..672b5e07156 100644 --- a/sql/updates/world/custom/custom_2018_06_24_02_world.sql +++ b/sql/updates/world/custom/custom_2018_06_24_02_world.sql @@ -1,7 +1,4 @@ +DELETE FROM `spell_proc` WHERE `SpellId`= 54832; --- Effloresence DELETE FROM `spell_script_names` WHERE `ScriptName` IN -('spell_dru_tree_of_life'); - -INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES -(33891, 'spell_dru_tree_of_life'); +('spell_dru_glyph_of_innervate');