TrinityCore / TrinityCore/TrinityCore

DB/Druid: Implement Grove Tending

Open
#29,187 2 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.