From a59ebb35b60b2547bdecf598a580f2f5cd2a3bfc Mon Sep 17 00:00:00 2001 From: tkrokli Date: Tue, 18 Jul 2017 22:05:30 +0200 Subject: 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.) --- sql/updates/world/3.3.5/2017_07_18_04_world_335.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2017_07_18_04_world_335.sql (limited to 'sql/updates') 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; -- cgit v1.2.3