fix(DB/Quest) - Corrected Reward Text for "Troll Patrol: The Alchemist's Apprentice" (#24020)

Co-authored-by: FlyingArowana <TheSCREWEDSoftware@users.noreply.github.com>
This commit is contained in:
Ryan Turner
2025-12-02 21:28:20 +00:00
committed by GitHub
parent 8855e292b5
commit df22dd0989

View File

@@ -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;