mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 10:30:27 +00:00
fix(DB/Quest): Supplying the Front quest reward (#13933)
Create addquestreward.sql
This commit is contained in:
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);
|
||||
Reference in New Issue
Block a user