From f4f15d660fa7a03ee0f406319fa4251981a156cf Mon Sep 17 00:00:00 2001 From: tkrokli Date: Sun, 23 Oct 2016 17:10:48 +0200 Subject: DB/Quest: make Completing the Delivery completable Quest ID 8350, Completing the Delivery, could not be completed because of missing and wrong quest reward info in quest_template. - http://www.wowhead.com/quest=8350/completing-the-delivery This fix also removes a console line warning about packet hacking. --- sql/updates/world/master/2016_10_23_00_world.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sql/updates/world/master/2016_10_23_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2016_10_23_00_world.sql b/sql/updates/world/master/2016_10_23_00_world.sql new file mode 100644 index 00000000000..4468795e94b --- /dev/null +++ b/sql/updates/world/master/2016_10_23_00_world.sql @@ -0,0 +1,6 @@ +-- +UPDATE `quest_template` SET `RewardBonusMoney`= 60, -- 60 copper + `RewardChoiceItemID1`= 159, `RewardChoiceItemQuantity1`= 5, -- Refreshing Spring Water + `RewardChoiceItemID2`= 4536, `RewardChoiceItemQuantity2`= 5, -- Shiny Red Apple + `RewardFactionValue1`= 2, `RewardFactionOverride1`= 0 -- column values swapped +WHERE `ID`= 8350; -- cgit v1.2.3