diff options
Diffstat (limited to 'world/map/npc/022-1/adrian.txt')
-rw-r--r-- | world/map/npc/022-1/adrian.txt | 4 |
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; |