aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2022_01_12_03_world_mage_firestarter.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_01_12_03_world_mage_firestarter.sql b/sql/updates/world/master/2022_01_12_03_world_mage_firestarter.sql
new file mode 100644
index 00000000000..8259a3d6f0d
--- /dev/null
+++ b/sql/updates/world/master/2022_01_12_03_world_mage_firestarter.sql
@@ -0,0 +1,5 @@
+DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_mage_firestarter','spell_mage_firestarter_dots');
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
+(133, 'spell_mage_firestarter'),
+(11366, 'spell_mage_firestarter'),
+(321712, 'spell_mage_firestarter_dots');