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
This commit is contained in:
Teleqraph
2022-02-11 00:12:40 +01:00
committed by GitHub
parent c69e003695
commit 5b02c53fc5
2 changed files with 86 additions and 29 deletions

View File

@@ -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