diff options
author | Wyrserth <wyrserth@protonmail.com> | 2019-07-28 21:48:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-28 21:48:48 +0200 |
commit | eb0336468c2b5f3a12b6ecd98bfd5f654f1087fc (patch) | |
tree | e11fbd7837757ae483ae91d4aa2bcdfceed1d135 /sql | |
parent | d6633cbf88b1518cc28bbc20caa4b4e4ba011689 (diff) |
DB/Quest: add item Crudely Wrapped Gift as reward for the Smash the Pumpkin quests.
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/3.3.5/2019_07_28_03_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_07_28_03_world.sql b/sql/updates/world/3.3.5/2019_07_28_03_world.sql new file mode 100644 index 00000000000..e65fe43aa28 --- /dev/null +++ b/sql/updates/world/3.3.5/2019_07_28_03_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `quest_template` SET `RewardItem1`=34077, `RewardAmount1`=1 WHERE `ID` IN (12155, 12133); |