aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2022_09_05_16_world_2022_07_03_01_world.sql6
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_09_05_16_world_2022_07_03_01_world.sql b/sql/updates/world/master/2022_09_05_16_world_2022_07_03_01_world.sql
new file mode 100644
index 00000000000..0f40b759d34
--- /dev/null
+++ b/sql/updates/world/master/2022_09_05_16_world_2022_07_03_01_world.sql
@@ -0,0 +1,6 @@
+--
+DELETE FROM `spell_linked_spell` WHERE `spell_trigger` IN (-12480,12479,12480);
+DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_sunken_temple_hex_of_jammalan','spell_sunken_temple_hex_of_jammalan_transform');
+INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
+(12479,'spell_sunken_temple_hex_of_jammalan'),
+(12480,'spell_sunken_temple_hex_of_jammalan_transform');