TrinityCore icon indicating copy to clipboard operation
TrinityCore copied to clipboard

DB/Druid: Implement Grove Tending

Open Nyr97 opened this issue 1 year ago • 2 comments

Description

  • Implement Grove Tending talent.

SQL fix

DELETE FROM `spell_proc` WHERE `SpellId` IN (383192);
INSERT INTO `spell_proc` (`SpellId`,`SchoolMask`,`SpellFamilyName`,`SpellFamilyMask0`,`SpellFamilyMask1`,`SpellFamilyMask2`,`SpellFamilyMask3`,`ProcFlags`,`ProcFlags2`,`SpellTypeMask`,`SpellPhaseMask`,`HitMask`,`AttributesMask`,`DisableEffectsMask`,`ProcsPerMinute`,`Chance`,`Cooldown`,`Charges`) VALUES
(383192,0x00,7,0x00000000,0x00000002,0x00000000,0x00000000,0x0,0x0,0x0,0x2,0x403,0x0,0x0,0,0,0,0); -- Grove Tending

Branch

master

TC rev. hash/commit

https://github.com/TrinityCore/TrinityCore/commit/f94e341a0314bc956726e11dfb435e09b7ee696f

Nyr97 avatar Jul 27 '23 03:07 Nyr97