diff options
author | Reid <reidyaro@gmail.com> | 2015-12-23 21:00:42 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2015-12-23 21:00:42 +0100 |
commit | c99149598bfb8b1c93f02a007d216707d7ca5d24 (patch) | |
tree | 50b5ebf49b0f365afb74def308c8c10d8b5e3e27 | |
parent | ccac6e14521f6f6c157955615338b0eef4b24e99 (diff) | |
download | serverdata-c99149598bfb8b1c93f02a007d216707d7ca5d24.tar.gz serverdata-c99149598bfb8b1c93f02a007d216707d7ca5d24.tar.bz2 serverdata-c99149598bfb8b1c93f02a007d216707d7ca5d24.tar.xz serverdata-c99149598bfb8b1c93f02a007d216707d7ca5d24.zip |
Fix warps from Artis to LoA's main hall (and backwarp).
-rw-r--r-- | npc/001-1/doors.txt | 2 | ||||
-rw-r--r-- | npc/001-2-33/_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 70c2dfd8..df01abe0 100644 --- a/npc/001-1/doors.txt +++ b/npc/001-1/doors.txt @@ -484,7 +484,7 @@ OnInit: 001-1,57,41,0 script #Warp20 NPC_HIDDEN,0,0,{ OnTouch: - warp "001-2-33", 34, 45; + warp "001-2-33", 34, 46; close; OnUnTouch: diff --git a/npc/001-2-33/_warps.txt b/npc/001-2-33/_warps.txt index ab2ca52d..e99b2f88 100644 --- a/npc/001-2-33/_warps.txt +++ b/npc/001-2-33/_warps.txt @@ -1,4 +1,4 @@ // Map 001-2-33 -001-2-33,34,46,0 warp ToArtis#001-2-33 0,0,001-1,57,42 +001-2-33,34,47,0 warp ToArtis#001-2-33 0,0,001-1,57,42 001-2-33,23,30,0 warp ToLeftDormroom#001-2-33 0,0,001-2-37,36,28 001-2-33,45,30,0 warp ToRightDormroom#001-2-33 0,0,001-2-38,24,28 |