diff options
author | tkrokli <tkrokli@users.noreply.github.com> | 2017-07-18 22:05:30 +0200 |
---|---|---|
committer | tkrokli <tkrokli@users.noreply.github.com> | 2017-07-18 22:05:30 +0200 |
commit | a59ebb35b60b2547bdecf598a580f2f5cd2a3bfc (patch) | |
tree | 547a6e9167d3898d90ad8d70717d0103e718d537 | |
parent | 02b1d8bb484ed82be055438cd2bac1db5f18a101 (diff) |
DB/Quest: Stone Is Better than Cloth - use actual player name ($N)
Progress gossip contained the name "Orthanc" instead of player name.
(Maybe result of a bad sniff sample or copy-paste.)
-rw-r--r-- | sql/updates/world/3.3.5/2017_07_18_04_world_335.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_07_18_04_world_335.sql b/sql/updates/world/3.3.5/2017_07_18_04_world_335.sql new file mode 100644 index 00000000000..b4318e889fb --- /dev/null +++ b/sql/updates/world/3.3.5/2017_07_18_04_world_335.sql @@ -0,0 +1,2 @@ +-- Stone Is Better than Cloth: Use actual player name ($N) instead of "Orthanc" +UPDATE `quest_request_items` SET `CompletionText`= "I wouldn't wait too long to get that bracer, $N.$b$bWho knows what's going to happen next?" WHERE `ID`=716; |