aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlcDenat <AlcDenat@users.noreply.github.com>2018-12-08 09:28:24 +0100
committerKillyana <morphone1@gmail.com>2018-12-08 09:28:24 +0100
commitb0eb42d05b25ce34a64ea32a171b6a6b9c073f70 (patch)
treebc549e5cf77d8e9addcfeeccb9adbac5dfe673a2
parent523c684c46f207ec1f7f95e4fbae0a022d4f44cc (diff)
DB: RequestItems for quest 'Ethereum Prisoner I.D. Catalogue', 'Stasis Chambers of the Mana-Tombs'
Closes #22713
-rw-r--r--sql/updates/world/3.3.5/2018_12_08_13_world.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2018_12_08_13_world.sql b/sql/updates/world/3.3.5/2018_12_08_13_world.sql
new file mode 100644
index 00000000000..f535e16d323
--- /dev/null
+++ b/sql/updates/world/3.3.5/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;