diff options
| author | ariel- <ariel-@users.noreply.github.com> | 2016-10-17 03:30:45 -0300 |
|---|---|---|
| committer | ariel- <ariel-@users.noreply.github.com> | 2016-10-17 03:30:45 -0300 |
| commit | d9743c984f11069bddab9d7f006293c18a400765 (patch) | |
| tree | c61ae4c38d252cc5166134835c1c842c87286c1c /sql | |
| parent | c6d77e02860073e40a09cd1c847c73c02299eb29 (diff) | |
Core/Script: Fix improved drain soul mana return.
Ref #14859
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/3.3.5/2016_10_17_04_world_335.sql | 4 |
1 files changed, 4 insertions, 0 deletions
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'); |
