From 4e270c4c1ea426c283f50f564e73058b8b483e95 Mon Sep 17 00:00:00 2001 From: wowquester <138876396+wowquester@users.noreply.github.com> Date: Wed, 20 Sep 2023 22:41:00 +0200 Subject: [PATCH] fix(DB/Quest): Return to Brock completion text (#16711) * fix(DB/quest): 6392 - Return to Brock - incorrect completion text This fixes the incorrect completion text for 6392. * ready for merge --------- Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com> --- data/sql/updates/pending_db_world/questfix6392.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 data/sql/updates/pending_db_world/questfix6392.sql diff --git a/data/sql/updates/pending_db_world/questfix6392.sql b/data/sql/updates/pending_db_world/questfix6392.sql new file mode 100644 index 000000000..716b79937 --- /dev/null +++ b/data/sql/updates/pending_db_world/questfix6392.sql @@ -0,0 +1 @@ +UPDATE `quest_offer_reward` SET `RewardText` = 'You brought the picks. Great! I\'ll get these to my mining students. I\'m sure they\'re eager to use them on the ore deposits of Loch Modan.$B$BThank you for your help, $N. I am in your debt, but I hope this money will at least cover your travel costs.' WHERE (`ID` = 6392);