diff options
author | Aqua Deus <95978183+aquadeus@users.noreply.github.com> | 2025-09-04 15:52:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-09-04 15:52:22 +0200 |
commit | dbabd458fccf117734cf9c907b22e143d2b8fb68 (patch) | |
tree | 5e6780963dbc7333c2ee60dd6ab082e4f0779d1d | |
parent | 745aef12846af4456f41fbb8f3cb54d2d25dec95 (diff) |
Scripts/Spells: Fix mage talent Majesty of the Phoenix proc (#31084)
-rw-r--r-- | sql/updates/world/master/2025_09_04_00_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2025_09_04_00_world.sql b/sql/updates/world/master/2025_09_04_00_world.sql new file mode 100644 index 00000000000..eaa3510a97a --- /dev/null +++ b/sql/updates/world/master/2025_09_04_00_world.sql @@ -0,0 +1,4 @@ +DELETE FROM `spell_proc` WHERE `SpellId` IN (451440,453329); +INSERT INTO `spell_proc` (`SpellId`,`SchoolMask`,`SpellFamilyName`,`SpellFamilyMask0`,`SpellFamilyMask1`,`SpellFamilyMask2`,`SpellFamilyMask3`,`ProcFlags`,`ProcFlags2`,`SpellTypeMask`,`SpellPhaseMask`,`HitMask`,`AttributesMask`,`DisableEffectsMask`,`ProcsPerMinute`,`Chance`,`Cooldown`,`Charges`) VALUES +(451440,0x00,3,0x00000000,0x00000000,0x00000000,0x20000000,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0,0,0,0), -- Majesty of the Phoenix +(453329,0x00,3,0x00000004,0x00000000,0x00000000,0x00000000,0x0,0x0,0x5,0x4,0x0,0x0,0x0,0,0,0,0); -- Majesty of the Phoenix |