fix(DB/Quest): Supplying the Front quest reward (#13933)
Create addquestreward.sql
This commit is contained in:
parent
cee2f240fd
commit
3a942390cd
1 changed files with 2 additions and 0 deletions
2
data/sql/updates/pending_db_world/addquestreward.sql
Normal file
2
data/sql/updates/pending_db_world/addquestreward.sql
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
-- Add Plans: Copper Chain Vest
|
||||
UPDATE `quest_template` SET `RewardItem2` = 3609, `RewardAmount2` = 1 WHERE (`ID` = 1578);
|
||||
Loading…
Add table
Add a link
Reference in a new issue