diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-03 12:20:30 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-03 12:20:30 -0300 |
commit | 4a183b8fa6983c3af54cbc2cd4923e24277c71ad (patch) | |
tree | a3dc81e336d4243870a95633a794d85f555b03b2 /npc/002-5/main.txt | |
parent | 8e60c58eddaaf08cdbe13eb075bbadfc422bb4e4 (diff) | |
download | serverdata-4a183b8fa6983c3af54cbc2cd4923e24277c71ad.tar.gz serverdata-4a183b8fa6983c3af54cbc2cd4923e24277c71ad.tar.bz2 serverdata-4a183b8fa6983c3af54cbc2cd4923e24277c71ad.tar.xz serverdata-4a183b8fa6983c3af54cbc2cd4923e24277c71ad.zip |
Fix bad coordinate
Diffstat (limited to 'npc/002-5/main.txt')
-rw-r--r-- | npc/002-5/main.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/002-5/main.txt b/npc/002-5/main.txt index b51d5e558..bd06fe579 100644 --- a/npc/002-5/main.txt +++ b/npc/002-5/main.txt @@ -17,7 +17,7 @@ L_Candor: PC_DEST$ = ""; LOCATION$ = "Candor"; @timer_navio_running = 0; - warp "005-1", 42, 107; + warp "005-1", 49, 117; message strcharinfo(0), l("@@ disembarks at Candor Island.", strcharinfo(0)); end; |