TrinityCore icon indicating copy to clipboard operation
TrinityCore copied to clipboard

Spells/Priest: Implement Prayer Circle

Open Nyr97 opened this issue 1 year ago • 1 comments

Description

  • Implement Prayer Circle talent.

SQL fix

DELETE FROM `spell_proc` WHERE `SpellId` IN (321377);
INSERT INTO `spell_proc` (`SpellId`,`SchoolMask`,`SpellFamilyName`,`SpellFamilyMask0`,`SpellFamilyMask1`,`SpellFamilyMask2`,`SpellFamilyMask3`,`ProcFlags`,`ProcFlags2`,`SpellTypeMask`,`SpellPhaseMask`,`HitMask`,`AttributesMask`,`DisableEffectsMask`,`ProcsPerMinute`,`Chance`,`Cooldown`,`Charges`) VALUES
(321377,0x00,6,0x00000000,0x00000000,0x00400000,0x00000000,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0,0,0,0); -- Prayer Circle

Branch

master

TC rev. hash/commit

TC rev. hash/commit: https://github.com/TrinityCore/TrinityCore/commit/3ca9e1253a127daea2ff1b8b0eb5236aa04f772e

Nyr97 avatar May 29 '23 18:05 Nyr97