diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2008-02-25 10:35:03 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2008-02-25 10:35:03 +0000 |
commit | e0450ecd81458a83e4b5d7bb4bb357771da71aa9 (patch) | |
tree | cc59c6d7249475ef8d57f14d9694cb7ccadf7c72 /npc/eastern-desert/npcs.txt | |
parent | 0ce23fe45c6a98adfabbe3285fa454f3220072bf (diff) | |
download | serverdata-e0450ecd81458a83e4b5d7bb4bb357771da71aa9.tar.gz serverdata-e0450ecd81458a83e4b5d7bb4bb357771da71aa9.tar.bz2 serverdata-e0450ecd81458a83e4b5d7bb4bb357771da71aa9.tar.xz serverdata-e0450ecd81458a83e4b5d7bb4bb357771da71aa9.zip |
Small spelling tweak.
Diffstat (limited to 'npc/eastern-desert/npcs.txt')
-rw-r--r-- | npc/eastern-desert/npcs.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/eastern-desert/npcs.txt b/npc/eastern-desert/npcs.txt index f2d77368..c9561c4b 100644 --- a/npc/eastern-desert/npcs.txt +++ b/npc/eastern-desert/npcs.txt @@ -2,8 +2,8 @@ new_7-1.gat,69,76,0 shop George 115,530:3000,1199:3,529:5,539:175,562:500 new_7-1.gat,66,75,0 script Kieron 132,{ mes "[Kieron]"; - mes "Be carful if you're going in that cave."; - mes "It's packed full of monsters."; + mes "Be careful if you're going in that cave,"; + mes "it's packed full of monsters."; close; } @@ -12,4 +12,4 @@ new_7-1.gat,91,23,0 script William 131,{ mes "Going in the cave?"; mes "You better watch your step, last time I checked it was full of monsters!"; close; -}
\ No newline at end of file +} |