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.)
This commit is contained in:
tkrokli
2017-07-18 22:05:30 +02:00
parent 02b1d8bb48
commit a59ebb35b6

View File

@@ -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;