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.
This commit is contained in:
tkrokli
2016-10-23 17:10:48 +02:00
parent cdb3b25916
commit f4f15d660f

View File

@@ -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;