diff options
author | Aqua Deus <95978183+aquadeus@users.noreply.github.com> | 2024-12-01 12:37:05 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2024-12-01 12:37:05 +0100 |
commit | 230ac6e69881965d3785d4880ef24b60333c5692 (patch) | |
tree | 1293ae4a22a9eb9b68d25ba34bc71c2bb853059f | |
parent | 1d88dd11a4546ffc3b3d8e5f85a568987316ee68 (diff) |
DB/Spells: Fix Master of the Glaive proc
Closes #30472
-rw-r--r-- | sql/updates/world/master/2024_12_01_00_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2024_12_01_00_world.sql b/sql/updates/world/master/2024_12_01_00_world.sql new file mode 100644 index 00000000000..1184d438e52 --- /dev/null +++ b/sql/updates/world/master/2024_12_01_00_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_proc` WHERE `SpellId` IN (389763); +INSERT INTO `spell_proc` (`SpellId`,`SchoolMask`,`SpellFamilyName`,`SpellFamilyMask0`,`SpellFamilyMask1`,`SpellFamilyMask2`,`SpellFamilyMask3`,`ProcFlags`,`ProcFlags2`,`SpellTypeMask`,`SpellPhaseMask`,`HitMask`,`AttributesMask`,`DisableEffectsMask`,`ProcsPerMinute`,`Chance`,`Cooldown`,`Charges`) VALUES +(389763,0x00,107,0x00000020,0x00000000,0x00000000,0x00000000,0x0,0x0,0x1,0x2,0x0,0x0,0x0,0,0,0,0); -- Master of the Glaive |