aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorKeader <keader.android@gmail.com>2017-02-15 12:17:45 -0200
committerGitHub <noreply@github.com>2017-02-15 12:17:45 -0200
commit0ed67081bca9a5eda357f174bcd8d6757da50534 (patch)
treef53caf0bf22fa5de14bf6a701153887735517d55 /sql
parent7aefa7e588051b24faf2460891c6d6187e367033 (diff)
Core/Spells: Fixed Chilled effect on Frostbolt, Frozen Orb and Blizzard (#19131)
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');