aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorAqua Deus <95978183+aquadeus@users.noreply.github.com>2025-04-29 19:17:06 +0200
committerGitHub <noreply@github.com>2025-04-29 19:17:06 +0200
commit8b5f38014ccd6da832ea237e1d1382b1a5514053 (patch)
treee950c2a32ad042d64b180b0376c885598251e022 /sql/updates
parent0687251820599919a8aeb61ddf4f092a5e6f3c19 (diff)
Scripts/Spells: Implement evoker talent Burnout (#30890)
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/master/2025_04_29_00_world.sql8
1 files changed, 8 insertions, 0 deletions
diff --git a/sql/updates/world/master/2025_04_29_00_world.sql b/sql/updates/world/master/2025_04_29_00_world.sql
new file mode 100644
index 00000000000..b3ffcc9108e
--- /dev/null
+++ b/sql/updates/world/master/2025_04_29_00_world.sql
@@ -0,0 +1,8 @@
+DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_evo_burnout';
+INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
+(375801,'spell_evo_burnout');
+
+DELETE FROM `spell_proc` WHERE `SpellId` IN (375801,375802);
+INSERT INTO `spell_proc` (`SpellId`,`SchoolMask`,`SpellFamilyName`,`SpellFamilyMask0`,`SpellFamilyMask1`,`SpellFamilyMask2`,`SpellFamilyMask3`,`ProcFlags`,`ProcFlags2`,`SpellTypeMask`,`SpellPhaseMask`,`HitMask`,`AttributesMask`,`DisableEffectsMask`,`ProcsPerMinute`,`Chance`,`Cooldown`,`Charges`) VALUES
+(375801,0x00,224,0x00000000,0x00000008,0x00000000,0x00000000,0x0,0x0,0x1,0x2,0x0,0x00,0x0,0,0,0,0), -- Burnout
+(375802,0x00,224,0x00000000,0x00100000,0x00000000,0x00000000,0x0,0x4,0x0,0x0,0x0,0x18,0x0,0,0,0,0); -- Burnout