diff options
author | Mematoru23 <127750549+Mematoru23@users.noreply.github.com> | 2024-02-09 01:36:39 +0100 |
---|---|---|
committer | Naddley <NaddleyTC@gmail.com> | 2024-02-09 01:36:56 +0100 |
commit | b08d7aa6f0d9af3bc1974f36e1402471e7ee82b5 (patch) | |
tree | bc423c14e26cb786dc0c979d07e70648887ef452 | |
parent | 507cf7eedd487c90f7b954293c07c5017cf53984 (diff) |
DB/Priest: Added spellproc data for Words of the Pious
Closes #29628
-rw-r--r-- | sql/updates/world/master/2024_02_09_00_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2024_02_09_00_world.sql b/sql/updates/world/master/2024_02_09_00_world.sql new file mode 100644 index 00000000000..9a0d1523874 --- /dev/null +++ b/sql/updates/world/master/2024_02_09_00_world.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `spell_proc` WHERE `SpellId` IN (377438); +INSERT INTO `spell_proc` (`SpellId`,`SchoolMask`,`SpellFamilyName`,`SpellFamilyMask0`,`SpellFamilyMask1`,`SpellFamilyMask2`,`SpellFamilyMask3`,`ProcFlags`,`ProcFlags2`,`SpellTypeMask`,`SpellPhaseMask`,`HitMask`,`AttributesMask`,`DisableEffectsMask`,`ProcsPerMinute`,`Chance`,`Cooldown`,`Charges`) VALUES +(377438,0x02,6,0x00000001,0x00000000,0x00000000,0x00000000,0x0,0x0,0x4,0x1,0x3,0x0,0x0,0,0,0,0); -- Words of the Pious |