From 5b02c53fc568edd96ab557a8dd4d0195bcc9ec8c Mon Sep 17 00:00:00 2001 From: Teleqraph Date: Fri, 11 Feb 2022 00:12:40 +0100 Subject: Scripts/Spells: Fixed mage Blizzard (#27722) * we do not have a dummy periodic aura to obtain our period, so we're setting 1s as it always ticks once per second. * haste doesn't affect Blizzard: https://us.forums.blizzard.com/en/wow/t/starfall-damage-doesn%E2%80%99t-scale-with-haste-why/854619 --- sql/updates/world/master/2022_02_10_02_world.sql | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 sql/updates/world/master/2022_02_10_02_world.sql (limited to 'sql/updates') 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 -- cgit v1.2.3