fix(DB/quest): Gathering Leather requires skinning (#4771)

This commit is contained in:
Peter 2021-03-11 14:59:36 +01:00 committed by GitHub
parent 05656e3670
commit b5c45abb98
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;