fix(DB/Quest): Supplying the Front quest reward (#13933)

Create addquestreward.sql
This commit is contained in:
BeefSteak 2022-12-06 16:15:23 +00:00 committed by GitHub
parent cee2f240fd
commit 3a942390cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,2 @@
-- Add Plans: Copper Chain Vest
UPDATE `quest_template` SET `RewardItem2` = 3609, `RewardAmount2` = 1 WHERE (`ID` = 1578);