Skip to content

Commit

Permalink
DB/Quest: set required profession for quest "Gathering Leather"
Browse files Browse the repository at this point in the history
Closes TrinityCore#17252
By SnapperRy
  • Loading branch information
Killyana committed Jun 1, 2016
1 parent e7ac023 commit 6083593
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sql/updates/world/3.3.5/2016_06_01_09_world.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
--
DELETE FROM `quest_template_addon` WHERE `ID`=768;
INSERT INTO `quest_template_addon` (`ID`, `RequiredSkillID`, `RequiredSkillPoints`) VALUES
(768, 393, 1);

0 comments on commit 6083593

Please sign in to comment.