diff options
author | Mematoru <mematoru@gmail.com> | 2024-01-28 15:28:47 +0100 |
---|---|---|
committer | ModoX <moardox@gmail.com> | 2024-01-28 15:28:47 +0100 |
commit | 7c43c6de46d536eb59394b9d5e93b0e656185e44 (patch) | |
tree | bce4a5c5d9561d7f385cd8d392f44b610310f9ed | |
parent | c0448a9f0e0f072438ab09faa111077fc8b2f06a (diff) |
DB/Spell: Added Inspiration spell_proc data for priest
Closes #29627
-rw-r--r-- | sql/updates/world/master/2024_01_28_03_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2024_01_28_03_world.sql b/sql/updates/world/master/2024_01_28_03_world.sql new file mode 100644 index 00000000000..08bbe8fd63a --- /dev/null +++ b/sql/updates/world/master/2024_01_28_03_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_proc` WHERE `SpellId` IN (390676); +INSERT INTO `spell_proc` (`SpellId`,`SchoolMask`,`SpellFamilyName`,`SpellFamilyMask0`,`SpellFamilyMask1`,`SpellFamilyMask2`,`SpellFamilyMask3`,`ProcFlags`,`ProcFlags2`,`SpellTypeMask`,`SpellPhaseMask`,`HitMask`,`AttributesMask`,`DisableEffectsMask`,`ProcsPerMinute`,`Chance`,`Cooldown`,`Charges`) VALUES +(390676,0x02,6,0x00001C00,0x00818000,0x00000080,0x00000000,0x0,0x0,0x2,0x2,0x2,0x0,0x0,0,0,0,0); -- Inspiration |