diff options
author | genion18 <genion18@users.noreply.github.com> | 2019-09-08 17:15:29 +0200 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2019-09-08 17:15:29 +0200 |
commit | 56a219de2043534abaea023fc6dd9f80b5a2592d (patch) | |
tree | 29feb0d738b40bc1b03e66e56eedfc7e39d87e71 | |
parent | 7c0b31b8b52903ec233ad863597965594196a8e8 (diff) |
DB/Quest: Tainted Parchment
Closes #23776
-rw-r--r-- | sql/updates/world/3.3.5/2019_09_08_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_09_08_00_world.sql b/sql/updates/world/3.3.5/2019_09_08_00_world.sql new file mode 100644 index 00000000000..613583dbd6b --- /dev/null +++ b/sql/updates/world/3.3.5/2019_09_08_00_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `quest_request_items` SET `CompletionText`="Finally, you've arrived... and discretely also. Good.$b$bOur world is full of fools, $N. Even the mighty Thrall has greater flaws than most can see. He turns his back on the power needed to make this land ours completely! We're not the same people who were manipulated and used by creatures from the Nether. We are our own people. We are proud... and we are strong." WHERE `ID`=3090; |