TrinityCore / TrinityCore/TrinityCore
DB/Druid: Implement Grove Tending
Open
Nobody has claimed this yet.
Branch-master
Comp-Database
Feedback-PatchFix
- Dominant language
- C++
- Stars
- 10.8k
- Forks
- 6.4k
- Avg merge
- 3d 16m
- Merged PRs (30d)
- 6
Description
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
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the supplied SQL for the spell_proc table and SpellId 383192, using the TrinityCore revision linked in the issue for context. Apply the DELETE and INSERT on the master branch, then verify that the database row matches the requested Grove Tending proc configuration.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- sql
- Domain
- database
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100