diff options
Diffstat (limited to 'npc/002-2/doors.txt')
-rw-r--r-- | npc/002-2/doors.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/002-2/doors.txt b/npc/002-2/doors.txt index ef5ad0f95..51bfc1e89 100644 --- a/npc/002-2/doors.txt +++ b/npc/002-2/doors.txt @@ -8,7 +8,7 @@ // Description: // Doors NPCs. -002-2,33,25,0 script 0022#DoorUpwards NPC_HIDDEN,0,0,{ +002-2,33,23,0 script 0022#DoorUpwards NPC_HIDDEN,0,0,{ OnTouch: if (mobcount("002-2","all") > 0) goto L_Warn; |