aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2022_02_10_02_world.sql8
1 files changed, 8 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_02_10_02_world.sql b/sql/updates/world/master/2022_02_10_02_world.sql
new file mode 100644
index 00000000000..78e963a444d
--- /dev/null
+++ b/sql/updates/world/master/2022_02_10_02_world.sql
@@ -0,0 +1,8 @@
+DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_mage_trigger_chilled';
+DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_mage_frostbolt';
+DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_mage_blizzard_damage';
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
+(116,'spell_mage_frostbolt'),
+(190357,'spell_mage_blizzard_damage');
+
+UPDATE `areatrigger_create_properties` SET `TimeToTargetScale`=0, `ScriptName`='areatrigger_mage_blizzard', `VerifiedBuild`=42010 WHERE `Id`=4658; -- SpellId : 190356