mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 15:40:45 +01:00
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:
2
sql/updates/world/3.3.5/2017_07_18_04_world_335.sql
Normal file
2
sql/updates/world/3.3.5/2017_07_18_04_world_335.sql
Normal 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;
|
||||
Reference in New Issue
Block a user