diff options
author | Vasily_Makarov <danilka.pro@gmail.com> | 2011-12-18 21:32:16 +0400 |
---|---|---|
committer | Vasily_Makarov <danilka.pro@gmail.com> | 2011-12-18 21:32:16 +0400 |
commit | 32239315a9459bc955919e03bfebe0a51d270990 (patch) | |
tree | e905efd425f8524f2039c289b714f70922de2a1b /npc | |
parent | 8734e4ad5ee0757ba4c2c408fb81247218e63894 (diff) | |
download | serverdata-32239315a9459bc955919e03bfebe0a51d270990.tar.gz serverdata-32239315a9459bc955919e03bfebe0a51d270990.tar.bz2 serverdata-32239315a9459bc955919e03bfebe0a51d270990.tar.xz serverdata-32239315a9459bc955919e03bfebe0a51d270990.zip |
Correcting warp and area size
Diffstat (limited to 'npc')
-rw-r--r-- | npc/000-0/sailors.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/000-0/sailors.txt b/npc/000-0/sailors.txt index 73340f5b..97360ab8 100644 --- a/npc/000-0/sailors.txt +++ b/npc/000-0/sailors.txt @@ -4,7 +4,7 @@ // Description: // fix me -000-0.gat,24,20,0,1 script Sailors 305,1,1,{ +000-0.gat,24,20,0,1 script Sailors 305,47,47,{ mesn l("Narrator"); mesn l("You are on a raft, adrift in the sea. You don't remember anything before this. You can hear a voice from the sky. As you open your eyes and look around, you see a large ship. Some sailors are trying to talk to you.."); //italic @@ -31,6 +31,6 @@ mesq l("The sailors take you aboard their ship to help you."); //italic next; - warp 000-0-0,22,22; + warp 000-0-0.gat,22,22; -}
\ No newline at end of file +} |