From 1c4ca000f4262c25cc76813baaf8de4e361e9086 Mon Sep 17 00:00:00 2001 From: Asthalor <87535580+Asthalor@users.noreply.github.com> Date: Fri, 23 Jul 2021 03:34:10 +0200 Subject: [PATCH] fix(DB/Gossip): Fixed "Plundering the Plunderers" has incorrect quest completion text (#7009) - Closes #6976 - Closes https://github.com/chromiecraft/chromiecraft/issues/1219 --- .../updates/pending_db_world/rev_1626545461944168600.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1626545461944168600.sql diff --git a/data/sql/updates/pending_db_world/rev_1626545461944168600.sql b/data/sql/updates/pending_db_world/rev_1626545461944168600.sql new file mode 100644 index 000000000..a7164a515 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1626545461944168600.sql @@ -0,0 +1,6 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1626545461944168600'); + +-- We change the quest reward to use the name and gender of our character. +UPDATE `quest_offer_reward` SET `RewardText` = 'Incredible! Improbable! Simply amazing! You\'ve got talent, $N. Either that or you\'re the luckiest $gman:woman; alive!$b$bHere\'s your cut of the action. I\'m sure you would make better use of this stuff than I could.$b$b' WHERE (`ID` = 2381); + +