From d9743c984f11069bddab9d7f006293c18a400765 Mon Sep 17 00:00:00 2001 From: ariel- Date: Mon, 17 Oct 2016 03:30:45 -0300 Subject: Core/Script: Fix improved drain soul mana return. Ref #14859 --- sql/updates/world/3.3.5/2016_10_17_04_world_335.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/3.3.5/2016_10_17_04_world_335.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2016_10_17_04_world_335.sql b/sql/updates/world/3.3.5/2016_10_17_04_world_335.sql new file mode 100644 index 00000000000..0e6b0c4717f --- /dev/null +++ b/sql/updates/world/3.3.5/2016_10_17_04_world_335.sql @@ -0,0 +1,4 @@ +DELETE FROM `spell_proc` WHERE `SpellId`=-18213; +DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_warl_drain_soul','spell_warl_improved_drain_soul'); +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(-1120, 'spell_warl_drain_soul'); -- cgit v1.2.3