diff options
-rw-r--r-- | npc/001-1/doors.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/001-1/doors.txt b/npc/001-1/doors.txt index 99e8c454..3664f837 100644 --- a/npc/001-1/doors.txt +++ b/npc/001-1/doors.txt @@ -5,7 +5,7 @@ // Doors warp and animations in map 001-1 // -001-1.gat,54,71,0 script #Door1 906,1,1{ +001-1.gat,55,71,0 script #Door1 906,1,1{ close; OnTouchFirst: @@ -31,7 +31,7 @@ OnTimer340: end; } -001-1.gat,50,65,0 script #Door2 906,1,1{ +001-1.gat,51,65,0 script #Door2 906,1,1{ close; OnTouchFirst: |