summaryrefslogtreecommitdiff
path: root/world/map/npc/022-1/adrian.txt
diff options
context:
space:
mode:
authorFrost <networktoy@cox.net>2012-03-19 16:04:19 -0700
committerJessica Tölke <jtoelke@mail.upb.de>2012-03-20 14:09:22 +0100
commitc4558a5549d5fe22fae68f1ce92da0a2c6f62bc5 (patch)
tree391f84794d7ec9a5deac39cf2b7c77005eb1e222 /world/map/npc/022-1/adrian.txt
parentdc2d7158f90ace751fa08def872299e0514dded0 (diff)
downloadserverdata-c4558a5549d5fe22fae68f1ce92da0a2c6f62bc5.tar.gz
serverdata-c4558a5549d5fe22fae68f1ce92da0a2c6f62bc5.tar.bz2
serverdata-c4558a5549d5fe22fae68f1ce92da0a2c6f62bc5.tar.xz
serverdata-c4558a5549d5fe22fae68f1ce92da0a2c6f62bc5.zip
Spell check of new and updated Tulimshar NPCs. -Frost
Diffstat (limited to 'world/map/npc/022-1/adrian.txt')
-rw-r--r--world/map/npc/022-1/adrian.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/world/map/npc/022-1/adrian.txt b/world/map/npc/022-1/adrian.txt
index f9af1d81..50b123c8 100644
--- a/world/map/npc/022-1/adrian.txt
+++ b/world/map/npc/022-1/adrian.txt
@@ -10,7 +10,7 @@
set @state, ((QUEST_NorthTulimshar & $@businessmanNT_MASK) >> $@businessmanNT_SHIFT);
mes "[Adrian]";
- mes "\"Hello. Are you here to get the luggage from some of our passengers?\"";
+ mes "\"Hello. Are you here to get the luggage for some of our passengers?\"";
if (@state == 1)
menu
"Yes, Kylian sent me to get his luggage.",L_Get,
@@ -19,7 +19,7 @@
"No.",-;
L_No:
mes "[Adrian]";
- mes "\"Too bad. I wantto go and drink a beer, but I have to wait here until all the luggage is picked up.\"";
+ mes "\"Too bad. I want to go and drink a beer, but I have to wait here until all the luggage is picked up.\"";
mes "He sighs.";
goto L_Close;