Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3.3.5] DB/Quest: set required profession for quest "Gathering Leather" #17252

Closed
SnapperRy opened this issue May 31, 2016 · 1 comment
Closed

Comments

@SnapperRy
Copy link
Contributor

Description: the quest "Gathering Leather" should only be acceptable if the player has learned Skinning. Source, and the Quick Facts box says so, too).

Branch(es): 3.3.5

TC hash/commit: 291a264

TDB version: 335.61

Suggested fix:

DELETE FROM `quest_template_addon` WHERE `ID`=768;
INSERT INTO `quest_template_addon` (`ID`, `RequiredSkillID`, `RequiredSkillPoints`) VALUES
(768, 393, 1);
@ghost
Copy link

ghost commented May 31, 2016

👍 Good point. http://wow.gamepedia.com/Quest:Gathering_Leather
[Prerequisites: Skinners only.] Also, in your linked wowhead page: [Profession: Skinning] - as you said.

Killyana added a commit that referenced this issue Jun 1, 2016
joschiwald pushed a commit that referenced this issue Jan 11, 2017
Updates #16488
(cherry picked from commit 3feeecf)

DB/Quest: Fix required class for "You Have Served Us Well"

Closes #17245
By SnapperRy
(cherry picked from commit b451c93)

DB/Loot: Fix chance for contents of item "Fireproof Satchel"

Closes #17247
By SnapperRy
(cherry picked from commit 4b8f285)

DB/Loot: Fix drop chance for quest item "Burning Legion Gate Key"

Closes #17250
By SnapperRy
(cherry picked from commit e7ac023)

DB/Quest: set required profession for quest "Gathering Leather"

Closes #17252
By SnapperRy
(cherry picked from commit 6083593)

DB/Quest: Add conditions related to certain kinds of quests

Closes #17255
By SnapperRy
(cherry picked from commit b1aca1d)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants