aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortkrokli <tkrokli@users.noreply.github.com>2017-07-18 22:05:30 +0200
committertkrokli <tkrokli@users.noreply.github.com>2017-07-18 22:05:30 +0200
commita59ebb35b60b2547bdecf598a580f2f5cd2a3bfc (patch)
tree547a6e9167d3898d90ad8d70717d0103e718d537
parent02b1d8bb484ed82be055438cd2bac1db5f18a101 (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.sql2
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;