diff options
author | Aqua Deus <95978183+aquadeus@users.noreply.github.com> | 2025-07-13 17:33:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-13 17:33:06 +0200 |
commit | 63a4ce5396ef17765380bbe7eddf1d052010a067 (patch) | |
tree | f0d0b4f2a46c39c917b038ac5224c2e8af21024c | |
parent | 7a801f3aaa3d13fd2a0e0f20fb218af1ce39f2b3 (diff) |
Scripts/Spells: Fix mage talent Feel the Burn proc (#31093)
-rw-r--r-- | sql/updates/world/master/2025_07_13_11_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2025_07_13_11_world.sql b/sql/updates/world/master/2025_07_13_11_world.sql new file mode 100644 index 00000000000..1507e3913e0 --- /dev/null +++ b/sql/updates/world/master/2025_07_13_11_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_proc` WHERE `SpellId` IN (383394); +INSERT INTO `spell_proc` (`SpellId`,`SchoolMask`,`SpellFamilyName`,`SpellFamilyMask0`,`SpellFamilyMask1`,`SpellFamilyMask2`,`SpellFamilyMask3`,`ProcFlags`,`ProcFlags2`,`SpellTypeMask`,`SpellPhaseMask`,`HitMask`,`AttributesMask`,`DisableEffectsMask`,`ProcsPerMinute`,`Chance`,`Cooldown`,`Charges`) VALUES +(383394,0x00,3,0x00000002,0x00100000,0x00000000,0x00000000,0x0,0x0,0x1,0x2,0x0,0x0,0x0,0,0,0,0); -- Feel the Burn |