diff options
Diffstat (limited to 'npc/002-1/doors.txt')
-rw-r--r-- | npc/002-1/doors.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/002-1/doors.txt b/npc/002-1/doors.txt index cb9a27cc4..ea2380953 100644 --- a/npc/002-1/doors.txt +++ b/npc/002-1/doors.txt @@ -7,7 +7,7 @@ 002-1,72,30,0 script AreaNPC#002-1d NPC_HIDDEN,0,0,{ OnTouch: - if (LOCATION$ == "") + if (LOCATION$ == "") warp "002-3", 42, 26; else if (LOCATION$ == "Tulim" || LOCATION$ == "Candor") warp "002-3@"+LOCATION$, 42, 26; |