aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/3.3.5/2020_07_04_00_world.sql8
1 files changed, 8 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_07_04_00_world.sql b/sql/updates/world/3.3.5/2020_07_04_00_world.sql
new file mode 100644
index 00000000000..22e80936fa5
--- /dev/null
+++ b/sql/updates/world/3.3.5/2020_07_04_00_world.sql
@@ -0,0 +1,8 @@
+--
+-- Baron Geddon: Ignite Mana isn't needed
+DELETE FROM `spell_custom_attr` WHERE `entry`=19659;
+
+-- Mana-Tombs: Death Coil must be negative
+DELETE FROM `spell_custom_attr` WHERE `entry`=38065;
+INSERT INTO `spell_custom_attr` (`entry`,`attributes`) VALUES
+(38065,8192);