diff options
author | Mematoru23 <127750549+Mematoru23@users.noreply.github.com> | 2024-02-09 01:39:00 +0100 |
---|---|---|
committer | Naddley <NaddleyTC@gmail.com> | 2024-02-09 01:39:02 +0100 |
commit | fd47caa6f3cd6e7ef6a1708ec15ff9ad8e625c39 (patch) | |
tree | 27a4377104e8f687d6a06775a75506decacf966e | |
parent | 5f922743a167ad5acf6db53ff926a7cad5694c8b (diff) |
DB/Priest: Added spellproc data for Weal and Woe
Closes #29633
-rw-r--r-- | sql/updates/world/master/2024_02_09_02_world.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/master/2024_02_09_02_world.sql b/sql/updates/world/master/2024_02_09_02_world.sql new file mode 100644 index 00000000000..cf7c4e8c77f --- /dev/null +++ b/sql/updates/world/master/2024_02_09_02_world.sql @@ -0,0 +1,7 @@ +DELETE FROM `spell_proc` WHERE `SpellId` IN (390786); +INSERT INTO `spell_proc` (`SpellId`,`SchoolMask`,`SpellFamilyName`,`SpellFamilyMask0`,`SpellFamilyMask1`,`SpellFamilyMask2`,`SpellFamilyMask3`,`ProcFlags`,`ProcFlags2`,`SpellTypeMask`,`SpellPhaseMask`,`HitMask`,`AttributesMask`,`DisableEffectsMask`,`ProcsPerMinute`,`Chance`,`Cooldown`,`Charges`) VALUES +(390786,0x02,6,0x00000000,0x00818000,0x00000000,0x00000000,0x0,0x0,0x3,0x2,0x3,0x0,0x0,0,0,0,0); -- Weal and Woe + +DELETE FROM `spell_proc` WHERE `SpellId` IN (390787); +INSERT INTO `spell_proc` (`SpellId`,`SchoolMask`,`SpellFamilyName`,`SpellFamilyMask0`,`SpellFamilyMask1`,`SpellFamilyMask2`,`SpellFamilyMask3`,`ProcFlags`,`ProcFlags2`,`SpellTypeMask`,`SpellPhaseMask`,`HitMask`,`AttributesMask`,`DisableEffectsMask`,`ProcsPerMinute`,`Chance`,`Cooldown`,`Charges`) VALUES +(390787,0x02,6,0x00000081,0x00000000,0x00000000,0x00000000,0x0,0x0,0x5,0x1,0x3,0x0,0x0,0,0,0,1); -- Weal and Woe |