fix(DB/quest): Gathering Leather requires skinning (#4771)
This commit is contained in:
parent
05656e3670
commit
b5c45abb98
1 changed files with 4 additions and 0 deletions
|
|
@ -0,0 +1,4 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1615289798727272419');
|
||||
|
||||
-- Quest Gathering Leather
|
||||
UPDATE `quest_template_addon` SET `RequiredSkillID`=393, `RequiredSkillPoints`=1 WHERE `ID`=768;
|
||||
Loading…
Add table
Add a link
Reference in a new issue