aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2017-07-02 16:30:02 +0200
committerShauren <shauren.trinity@gmail.com>2017-07-02 16:30:02 +0200
commit71a4021f4df34804a667e503eb2bad6dbd1491d2 (patch)
tree03e2f10534aff450174d653887a1b051a179a0e8 /sql
parent4e6ca8c21b62cc0f0d9d0fa88ede0b886fdc17d2 (diff)
Core/Quests: Fixed selecting quest package rewards
* Also revert 7e9a0414708ed1f9373c4c0e87ade501d3f7bc98
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2017_07_02_01_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_07_02_01_world.sql b/sql/updates/world/master/2017_07_02_01_world.sql
new file mode 100644
index 00000000000..af8200f7007
--- /dev/null
+++ b/sql/updates/world/master/2017_07_02_01_world.sql
@@ -0,0 +1,3 @@
+ UPDATE `quest_template` SET `RewardChoiceItemID1`=0, `RewardChoiceItemQuantity1`=0, `RewardChoiceItemID2`=0, `RewardChoiceItemQuantity2`=0 WHERE `ID`=26799;
+ UPDATE `quest_template` SET `RewardChoiceItemID1`=0, `RewardChoiceItemQuantity1`=0, `RewardChoiceItemID2`=0, `RewardChoiceItemQuantity2`=0, `RewardChoiceItemID3`=0, `RewardChoiceItemQuantity3`=0 WHERE `ID`=26800;
+ \ No newline at end of file