From 81bf31ddceeb9c490ecc14672930d5aafdf781ac Mon Sep 17 00:00:00 2001 From: Vox Date: Sun, 12 Dec 2021 14:22:55 -0700 Subject: [PATCH] fix(DB/quest_offer_reward): Add Completion Text for quest "Tome of Nobility" (#9583) --- .../updates/pending_db_world/rev_1638937668620182300.sql | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1638937668620182300.sql diff --git a/data/sql/updates/pending_db_world/rev_1638937668620182300.sql b/data/sql/updates/pending_db_world/rev_1638937668620182300.sql new file mode 100644 index 000000000..9e0231897 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1638937668620182300.sql @@ -0,0 +1,9 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1638937668620182300'); + +/* Add completion quest text for 4485, 4486 +*/ + +DELETE FROM `quest_offer_reward` WHERE `ID` IN (4485, 4486); +INSERT INTO `quest_offer_reward` (`ID`, `Emote1`, `Emote2`, `Emote3`, `Emote4`, `EmoteDelay1`, `EmoteDelay2`, `EmoteDelay3`, `EmoteDelay4`, `RewardText`, `VerifiedBuild`) VALUES +(4485, 0, 0, 0, 0, 0, 0, 0, 0, 'Ah, you\'ve returned to the Cathedral, $N. Good. A lot has happened recently, and I would seek your aid if you prove worthy.$B$BMany treacherous enemies are about. I will need your help to stop them.', 0), +(4486, 0, 0, 0, 0, 0, 0, 0, 0, 'Ah, you\'ve returned to the Cathedral, $N. Good. A lot has happened recently, and I would seek your aid if you prove worthy.$B$BMany treacherous enemies are about. I will need your help to stop them.', 0);