aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2017_02_15_00_world.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_02_15_00_world.sql b/sql/updates/world/master/2017_02_15_00_world.sql
new file mode 100644
index 00000000000..c4a4b2f7ceb
--- /dev/null
+++ b/sql/updates/world/master/2017_02_15_00_world.sql
@@ -0,0 +1,5 @@
+DELETE FROM `spell_script_names` WHERE `ScriptName` IN('spell_mage_frostbolt', 'spell_mage_trigger_chilled');
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
+(228597, 'spell_mage_trigger_chilled'),
+(84721, 'spell_mage_trigger_chilled'),
+(190357, 'spell_mage_trigger_chilled');