diff options
author | AlcDenat <AlcDenat@users.noreply.github.com> | 2018-12-08 09:28:24 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-11-16 14:54:32 +0100 |
commit | 939531504435dd9b79df52d4901838a5852c41ce (patch) | |
tree | cff1f3e4a94353ffbbb69a83d49464337445342f | |
parent | 0f066f40c770dd8dc57c6bbd5a94cbf4d078a2de (diff) |
DB: RequestItems for quest 'Ethereum Prisoner I.D. Catalogue', 'Stasis Chambers of the Mana-Tombs'
Closes #22713
(cherry picked from commit b0eb42d05b25ce34a64ea32a171b6a6b9c073f70)
-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; |