diff options
-rw-r--r-- | npc/001-1/doors.txt | 2 | ||||
-rw-r--r-- | npc/001-2-11/_warps.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/npc/001-1/doors.txt b/npc/001-1/doors.txt index 323785bd..c641a5fd 100644 --- a/npc/001-1/doors.txt +++ b/npc/001-1/doors.txt @@ -304,7 +304,7 @@ OnInit: 001-1,149,54,0 script #Warp12 32767,0,0,{ OnTouch: - warp "001-2-11", 46, 48; + warp "001-2-11", 46, 45; close; OnUnTouch: diff --git a/npc/001-2-11/_warps.txt b/npc/001-2-11/_warps.txt index 9a910c58..cd243b3d 100644 --- a/npc/001-2-11/_warps.txt +++ b/npc/001-2-11/_warps.txt @@ -1,3 +1,3 @@ // 001-2-11 -001-2-11,46,49,0 warp To Artis#001-2-11 0,0,001-1,149,55 +001-2-11,46,46,0 warp To Artis#001-2-11 0,0,001-1,149,55 |