diff options
-rw-r--r-- | npc/001-1/doors.txt | 4 | ||||
-rw-r--r-- | npc/001-2-11/_warps.txt | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/npc/001-1/doors.txt b/npc/001-1/doors.txt index 549557eb..6545f6ca 100644 --- a/npc/001-1/doors.txt +++ b/npc/001-1/doors.txt @@ -302,7 +302,7 @@ OnInit: end; } -001-1,149,54,0 script #Warp12 32767,0,0,{ +001-1,148,54,0 script #Warp12 32767,0,0,{ OnTouch: warp "001-2-11", 46, 45; close; @@ -311,7 +311,7 @@ OnUnTouch: doevent "#Door12::OnUnTouch"; } -001-1,149,54,0 script #Door12 906,2,3,{ +001-1,148,54,0 script #Door12 906,2,3,{ close; OnTouch: diff --git a/npc/001-2-11/_warps.txt b/npc/001-2-11/_warps.txt index cd243b3d..234bee84 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,46,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,148,55 |