diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-12 21:37:30 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-12 21:37:30 -0300 |
commit | 34a75b3a31569578199a1d82225721710de0b065 (patch) | |
tree | 852730b1f3f6c65af1f5fd27b4b0508a415dece2 /npc/016-6/main.txt | |
parent | 786b513adac0fa83da1dbcdfc93b3024d2dfddb9 (diff) | |
download | serverdata-34a75b3a31569578199a1d82225721710de0b065.tar.gz serverdata-34a75b3a31569578199a1d82225721710de0b065.tar.bz2 serverdata-34a75b3a31569578199a1d82225721710de0b065.tar.xz serverdata-34a75b3a31569578199a1d82225721710de0b065.zip |
Fix bad destination
Diffstat (limited to 'npc/016-6/main.txt')
-rw-r--r-- | npc/016-6/main.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/016-6/main.txt b/npc/016-6/main.txt index 83571fd8c..fc28ed91d 100644 --- a/npc/016-6/main.txt +++ b/npc/016-6/main.txt @@ -37,7 +37,7 @@ L_Tulim: PC_DEST$ = ""; LOCATION$ = "Tulim"; @timer_navio_running = 0; - warp "003-1", 81, 68; + warp "003-1", 119, 25; message strcharinfo(0), l("@@ disembarks at Tulimshar.", strcharinfo(0)); end; |