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); + +