aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWyrserth <wyrserth@protonmail.com>2019-07-28 21:48:48 +0200
committerShauren <shauren.trinity@gmail.com>2021-12-17 21:46:12 +0100
commitec28e754ff45a19945924af7f48842e97d77825f (patch)
tree8a0bea40d909f2b24f15916582bbdce9dd4dae0e
parent18638f4b5c7eb782eb5d79732af1c3814ea5adf8 (diff)
DB/Quest: add item Crudely Wrapped Gift as reward for the Smash the Pumpkin quests.
(cherry picked from commit eb0336468c2b5f3a12b6ecd98bfd5f654f1087fc)
-rw-r--r--sql/updates/world/master/2021_12_17_22_world_2019_07_28_03_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_12_17_22_world_2019_07_28_03_world.sql b/sql/updates/world/master/2021_12_17_22_world_2019_07_28_03_world.sql
new file mode 100644
index 00000000000..e65fe43aa28
--- /dev/null
+++ b/sql/updates/world/master/2021_12_17_22_world_2019_07_28_03_world.sql
@@ -0,0 +1,2 @@
+--
+UPDATE `quest_template` SET `RewardItem1`=34077, `RewardAmount1`=1 WHERE `ID` IN (12155, 12133);