diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2011-10-20 23:56:56 -0700 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2011-10-20 23:56:56 -0700 |
commit | a50ac58849cc7b99d38564f2134b51b96f17afa6 (patch) | |
tree | bcf55823d0b3d8006a81f60469588726b79b9966 /world | |
parent | 6be13484c7e4244943c3e0be3720cbef78339ad5 (diff) | |
download | serverdata-a50ac58849cc7b99d38564f2134b51b96f17afa6.tar.gz serverdata-a50ac58849cc7b99d38564f2134b51b96f17afa6.tar.bz2 serverdata-a50ac58849cc7b99d38564f2134b51b96f17afa6.tar.xz serverdata-a50ac58849cc7b99d38564f2134b51b96f17afa6.zip |
Fix nameless NPC dialog
Diffstat (limited to 'world')
-rw-r--r-- | world/map/npc/020-2/shops.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/npc/020-2/shops.txt b/world/map/npc/020-2/shops.txt index 11676156..f220f48e 100644 --- a/world/map/npc/020-2/shops.txt +++ b/world/map/npc/020-2/shops.txt @@ -2,7 +2,7 @@ // About the Area NPC 020-2.gat,75,28,0|script|Taylor|137,{ - mes "[" + @npcname$ + "]"; + mes "[Taylor]"; mes "\"While it can be dangerous up here in Kaizei, I take comfort that Nivalis is not surrounded by the Yeti like Thermin is. What a weird town.\""; next; mes "\"Around Christmas time, this place gets crazy, but most of the time Nivalis serves as a hub for adventurers and tourists that come to Kaizei.\""; |