summaryrefslogtreecommitdiff
path: root/world/map/npc/027-2/barman.txt
diff options
context:
space:
mode:
authorjtoelke <jtoelke@gmx.de>2013-04-22 11:44:40 -0700
committerjtoelke <jtoelke@gmx.de>2013-04-22 11:44:40 -0700
commitc9bfbfa03c9dd64a485abdb0d52942a120360e72 (patch)
tree0ddc0f446e575462a7bd39ff3cf6d361d143c256 /world/map/npc/027-2/barman.txt
parent1eeff58e10a204efe73746bdbaee5b18bb4ef17b (diff)
parent938f0219eb2cb174f06b3e60d4fed48d2a1b7c16 (diff)
downloadserverdata-c9bfbfa03c9dd64a485abdb0d52942a120360e72.tar.gz
serverdata-c9bfbfa03c9dd64a485abdb0d52942a120360e72.tar.bz2
serverdata-c9bfbfa03c9dd64a485abdb0d52942a120360e72.tar.xz
serverdata-c9bfbfa03c9dd64a485abdb0d52942a120360e72.zip
Merge pull request #15 from DinoPaskvan/master
Small changes and fixes for NPC dialogues
Diffstat (limited to 'world/map/npc/027-2/barman.txt')
-rw-r--r--world/map/npc/027-2/barman.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/world/map/npc/027-2/barman.txt b/world/map/npc/027-2/barman.txt
index ee65d710..36b20533 100644
--- a/world/map/npc/027-2/barman.txt
+++ b/world/map/npc/027-2/barman.txt
@@ -1,9 +1,9 @@
027-2.gat,103,22,0|script|Bennet|310,{
mes "[Bennet]";
- mes "\"Hi there stranger! My name is Bennet, the bartender here.\"";
+ mes "\"Hi there, stranger! My name is Bennet, the bartender here.\"";
next;
mes "[Bennet]";
- mes "\"If you are planning to stick around for a while, please check back with me later. I might have some work for you.\"";
- mes "\"In the meanwhile, enjoy your stay!\"";
+ mes "\"If you're planning to stick around for a while, please check back with me later. I might have some work for you.\"";
+ mes "\"In the meantime, enjoy your stay!\"";
close;
}