aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/3.3.5/2018_01_21_00_world.sql8
1 files changed, 8 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2018_01_21_00_world.sql b/sql/updates/world/3.3.5/2018_01_21_00_world.sql
new file mode 100644
index 00000000000..fe27557969e
--- /dev/null
+++ b/sql/updates/world/3.3.5/2018_01_21_00_world.sql
@@ -0,0 +1,8 @@
+DELETE FROM `spell_bonus_data` WHERE `entry`=48210;
+INSERT INTO `spell_bonus_data` (`entry`, `direct_bonus`, `dot_bonus`, `ap_bonus`, `ap_dot_bonus`, `comments`) VALUES
+(48210, 0, 0, 0, 0, 'Warlock - Haunt heal');
+
+DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_gen_50pct_count_pct_from_max_hp' AND `spell_id`=48292;
+DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_dark_slash';
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
+(48292, 'spell_dark_slash');