aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorDanVS <33371360+DanVS@users.noreply.github.com>2019-01-05 00:54:33 +0000
committerShauren <shauren.trinity@gmail.com>2021-11-18 22:41:57 +0100
commit3b1ed434aeacfa57f392387c2176dfb4438b13f8 (patch)
treebbb61e9ed62f83de9f633da759a9a19854ebe019 /sql
parent19646a8363310c5371728fa7b50dcd33bb2278e2 (diff)
Core/Scripts: Move some spells to scripts (#22332)
(cherry picked from commit 8051ff13dfcf3819b58adfcec1608c08dcbcd080)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2021_11_18_03_world_2019_01_05_01_world.sql9
1 files changed, 9 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_11_18_03_world_2019_01_05_01_world.sql b/sql/updates/world/master/2021_11_18_03_world_2019_01_05_01_world.sql
new file mode 100644
index 00000000000..7109d05b5ef
--- /dev/null
+++ b/sql/updates/world/master/2021_11_18_03_world_2019_01_05_01_world.sql
@@ -0,0 +1,9 @@
+DELETE FROM `spell_script_names` WHERE `ScriptName` IN
+('spell_four_horsemen_consumption',
+'spell_rajaxx_thundercrash',
+'spell_gen_arcane_charge');
+
+INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
+(28865, 'spell_four_horsemen_consumption'),
+(25599, 'spell_rajaxx_thundercrash'),
+(45072, 'spell_gen_arcane_charge');