From 5104463812bb59d3728499f665fd4a76f6b5cd06 Mon Sep 17 00:00:00 2001 From: sogladev Date: Wed, 12 Nov 2025 08:50:51 +0100 Subject: [PATCH] fix(DB/QuestOfferReward): remove mention of a beta recipe in text (#23629) --- data/sql/updates/pending_db_world/rev_1762878144735563640.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1762878144735563640.sql diff --git a/data/sql/updates/pending_db_world/rev_1762878144735563640.sql b/data/sql/updates/pending_db_world/rev_1762878144735563640.sql new file mode 100644 index 000000000..c150997cf --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1762878144735563640.sql @@ -0,0 +1,2 @@ +-- +UPDATE `quest_offer_reward` SET `RewardText` = 'Aw yes, these will do nicely.$b$bJust plop them down anywhere. You can have some of my leftover stew from last night.' WHERE (`ID` = 11564);