From 210daa31cd8598cf49159a00ea27a102ba3b2262 Mon Sep 17 00:00:00 2001 From: Aqua Deus <95978183+aquadeus@users.noreply.github.com> Date: Mon, 13 Jan 2025 22:21:09 +0100 Subject: Scripts/Spells: Implement evoker talent "Snapfire" (#30580) Co-authored-by: Shauren --- sql/updates/world/master/2025_01_13_06_world.sql | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 sql/updates/world/master/2025_01_13_06_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2025_01_13_06_world.sql b/sql/updates/world/master/2025_01_13_06_world.sql new file mode 100644 index 00000000000..05362893cd7 --- /dev/null +++ b/sql/updates/world/master/2025_01_13_06_world.sql @@ -0,0 +1,9 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName`IN ('spell_evo_snapfire', 'spell_evo_snapfire_bonus_damage'); +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(368847, 'spell_evo_snapfire'), +(369374, 'spell_evo_snapfire_bonus_damage'); + +DELETE FROM `spell_proc` WHERE `SpellId` IN (370783,370818); +INSERT INTO `spell_proc` (`SpellId`,`SchoolMask`,`SpellFamilyName`,`SpellFamilyMask0`,`SpellFamilyMask1`,`SpellFamilyMask2`,`SpellFamilyMask3`,`ProcFlags`,`ProcFlags2`,`SpellTypeMask`,`SpellPhaseMask`,`HitMask`,`AttributesMask`,`DisableEffectsMask`,`ProcsPerMinute`,`Chance`,`Cooldown`,`Charges`) VALUES +(370783,0x00,224,0x00000020,0x00040000,0x00000000,0x00000000,0x00000000,0x0,0x1,0x2,0x0,0x0,0x0,0,0,0,0), -- Snapfire +(370818,0x00,224,0x00000000,0x00000000,0x00000000,0x00000000,0x20000000,0x0,0x0,0x0,0x0,0x8,0x0,0,100,0,1); -- Snapfire -- cgit v1.2.3