aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorAqua Deus <95978183+aquadeus@users.noreply.github.com>2022-02-07 12:41:41 +0100
committerGitHub <noreply@github.com>2022-02-07 12:41:41 +0100
commite64e6f4963ae7c6efe54fd5e6124158202478b3f (patch)
tree353a9d2b4ba62dc4dcd51eb62902904b4b93b4d5 /sql
parentd5bb799f27f2604741af2de8db07b2871d37b378 (diff)
Scripts/Spells: Fixed Icefury talent proc and frost shock energize (#27699)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2022_02_07_00_world_shaman_icefury.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_02_07_00_world_shaman_icefury.sql b/sql/updates/world/master/2022_02_07_00_world_shaman_icefury.sql
new file mode 100644
index 00000000000..3e703f4f24f
--- /dev/null
+++ b/sql/updates/world/master/2022_02_07_00_world_shaman_icefury.sql
@@ -0,0 +1,7 @@
+DELETE FROM `spell_proc` WHERE `SpellId` IN (210714);
+INSERT INTO `spell_proc` (`SpellId`,`SchoolMask`,`SpellFamilyName`,`SpellFamilyMask0`,`SpellFamilyMask1`,`SpellFamilyMask2`,`SpellFamilyMask3`,`ProcFlags`,`SpellTypeMask`,`SpellPhaseMask`,`HitMask`,`AttributesMask`,`DisableEffectsMask`,`ProcsPerMinute`,`Chance`,`Cooldown`,`Charges`) VALUES
+(210714,0x00,11,0x80000000,0x00000000,0x00000000,0x00000000,0x0,0x0,0x1,0x0,0x8,0x0,0,0,0,0); -- Icefury
+
+DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_sha_icefury';
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
+(210714,'spell_sha_icefury');