diff options
-rw-r--r-- | sql/updates/world/master/2021_11_16_07_world_2018_12_08_13_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_11_16_07_world_2018_12_08_13_world.sql b/sql/updates/world/master/2021_11_16_07_world_2018_12_08_13_world.sql new file mode 100644 index 00000000000..f535e16d323 --- /dev/null +++ b/sql/updates/world/master/2021_11_16_07_world_2018_12_08_13_world.sql @@ -0,0 +1,5 @@ +-- 10972 - Ethereum Prisoner I.D. Catalogue +UPDATE `quest_request_items` SET `CompletionText`="I am in need of more I.D. tags, $N. What I've discovered thus far is that this is not just a way to catalogue prisoners but it also documents locations!$B$BOnce this code is broken we'll be able to pinpoint exactly where all of our allies are held and free them with minimal hostile action received.", `VerifiedBuild`=27980 WHERE `ID` = 10972; + +-- 10977 - Stasis Chambers of the Mana-Tombs +UPDATE `quest_request_items` SET `CompletionText`="I would understand if you chose not to continue, $N.", `VerifiedBuild`=27980 WHERE `ID` = 10977; |