aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2022_02_07_01_world_mage_comet_storm.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_02_07_01_world_mage_comet_storm.sql b/sql/updates/world/master/2022_02_07_01_world_mage_comet_storm.sql
new file mode 100644
index 00000000000..d929919d719
--- /dev/null
+++ b/sql/updates/world/master/2022_02_07_01_world_mage_comet_storm.sql
@@ -0,0 +1,4 @@
+DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_mage_comet_storm', 'spell_mage_comet_storm_damage');
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
+(153595, 'spell_mage_comet_storm'),
+(228601, 'spell_mage_comet_storm_damage');