diff options
author | Reid <reidyaro@gmail.com> | 2015-03-21 12:06:01 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2015-03-21 12:06:59 +0100 |
commit | 3d183be2b61d94b7be8ceeab3e8aa735423a6066 (patch) | |
tree | a2fb5a8ac1e915e4664646e28ff23ce8327ab1c3 /npc | |
parent | d0b999b77699b8f68d9b5bb3f9db8d634cb69dcb (diff) | |
download | serverdata-3d183be2b61d94b7be8ceeab3e8aa735423a6066.tar.gz serverdata-3d183be2b61d94b7be8ceeab3e8aa735423a6066.tar.bz2 serverdata-3d183be2b61d94b7be8ceeab3e8aa735423a6066.tar.xz serverdata-3d183be2b61d94b7be8ceeab3e8aa735423a6066.zip |
Update warp location from #11 to artis.
Diffstat (limited to 'npc')
-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 |