mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 08:28:32 +01:00
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:
6
sql/updates/world/master/2016_10_23_00_world.sql
Normal file
6
sql/updates/world/master/2016_10_23_00_world.sql
Normal 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;
|
||||
Reference in New Issue
Block a user