diff options
Diffstat (limited to 'world/map/npc/027-2/door.txt')
-rw-r--r-- | world/map/npc/027-2/door.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/world/map/npc/027-2/door.txt b/world/map/npc/027-2/door.txt index 146b4940..8452d118 100644 --- a/world/map/npc/027-2/door.txt +++ b/world/map/npc/027-2/door.txt @@ -1,4 +1,4 @@ -027-2.gat,25,100,0|script|#DoorIn|45,1,1 +027-2,25,100,0|script|#DoorIn|45,1,1 { set @Graveyard_Inn_MASK, NIBBLE_0_MASK; set @Graveyard_Inn_SHIFT, NIBBLE_0_SHIFT; @@ -10,14 +10,14 @@ end; L_Warp: - warp "027-2.gat", 27, 99; + warp "027-2", 27, 99; set @reid, 0; end; } // TODO replace this with a plain warp -027-2.gat,26,99,0|script|#DoorOut-gyinn|45,1,1 +027-2,26,99,0|script|#DoorOut-gyinn|45,1,1 { - warp "027-2.gat", 23, 98; + warp "027-2", 23, 98; end; } |