diff options
Diffstat (limited to 'npc/001-2-23/doors.txt')
-rw-r--r-- | npc/001-2-23/doors.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/001-2-23/doors.txt b/npc/001-2-23/doors.txt index e7a7bbea..bb192082 100644 --- a/npc/001-2-23/doors.txt +++ b/npc/001-2-23/doors.txt @@ -9,7 +9,7 @@ 001-2-23,48,29,0 script DoorUpwards#001-2-23 NPC_HIDDEN,0,0,{ OnTouch: - if (mobcount("001-2-23.gat","all") > 0) goto L_Warn; + if (mobcount("001-2-23","all") > 0) goto L_Warn; goto L_Warp; |