From df22dd0989206317786e8251400b07c020abc8aa Mon Sep 17 00:00:00 2001 From: Ryan Turner <16946913+TheSCREWEDSoftware@users.noreply.github.com> Date: Tue, 2 Dec 2025 21:28:20 +0000 Subject: [PATCH] fix(DB/Quest) - Corrected Reward Text for "Troll Patrol: The Alchemist's Apprentice" (#24020) Co-authored-by: FlyingArowana --- data/sql/updates/pending_db_world/rev_1764701723228327200.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1764701723228327200.sql diff --git a/data/sql/updates/pending_db_world/rev_1764701723228327200.sql b/data/sql/updates/pending_db_world/rev_1764701723228327200.sql new file mode 100644 index 000000000..f7baad5b1 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1764701723228327200.sql @@ -0,0 +1,2 @@ +-- From: "from that $r" to "from that troll" as refers to the troll (Drakkari prisoner) and not the player's race. +UPDATE `quest_offer_reward` SET `RewardText` = 'You\'ve done it!$B$BThe intelligence gathered from that troll will undoubtedly be of great value. I\'ll be certain to make mention of your efforts in my report to the commander.$B$BThank you, $N.' WHERE `ID` = 12541;