diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-12-26 00:44:04 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-12-26 00:44:04 +0300 |
commit | e7863ec2131c88e37715dfa790443af0e58eefb6 (patch) | |
tree | f41e12f343cd28d30dfe7261c880af0f87776c9b /npc/000-2-1/dan.txt | |
parent | 2f2795d86fcd2e1fd59b6470f29107294b16941e (diff) | |
download | serverdata-e7863ec2131c88e37715dfa790443af0e58eefb6.tar.gz serverdata-e7863ec2131c88e37715dfa790443af0e58eefb6.tar.bz2 serverdata-e7863ec2131c88e37715dfa790443af0e58eefb6.tar.xz serverdata-e7863ec2131c88e37715dfa790443af0e58eefb6.zip |
update lg functions usage formatting.
Diffstat (limited to 'npc/000-2-1/dan.txt')
-rw-r--r-- | npc/000-2-1/dan.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/npc/000-2-1/dan.txt b/npc/000-2-1/dan.txt index f9d52fd2..dc2da2c4 100644 --- a/npc/000-2-1/dan.txt +++ b/npc/000-2-1/dan.txt @@ -50,8 +50,7 @@ L_QuestStory: mes ""; mesn; - mesq lg("There's nothing to say, don't worry miss.", - "There's nothing to say, don't worry sir."); + mesq lg("There's nothing to say, don't worry miss.", "There's nothing to say, don't worry sir."); close; |