From 2274924d77f5714c657bc4d3e1a5972c92180bc5 Mon Sep 17 00:00:00 2001 From: Gultask <100873791+Gultask@users.noreply.github.com> Date: Sat, 11 Mar 2023 02:53:24 -0300 Subject: [PATCH] fix(DB/Quest): Add missing rewards to Ally of the Netherwing (#15314) --- data/sql/updates/pending_db_world/rev_1678331213655095700.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1678331213655095700.sql diff --git a/data/sql/updates/pending_db_world/rev_1678331213655095700.sql b/data/sql/updates/pending_db_world/rev_1678331213655095700.sql new file mode 100644 index 000000000..e7bc8a40e --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1678331213655095700.sql @@ -0,0 +1,2 @@ +-- +UPDATE `quest_template` SET `RewardChoiceItemID1` = 31492, `RewardChoiceItemQuantity1` = 1, `RewardChoiceItemID2` = 31491, `RewardChoiceItemQuantity2` = 1, `RewardChoiceItemID3` = 31490, `RewardChoiceItemQuantity3` = 1, `RewardChoiceItemID4` = 31494, `RewardChoiceItemQuantity4` = 1, `RewardChoiceItemID5` = 31493, `RewardChoiceItemQuantity5` = 1 WHERE (`ID` = 10870);