summaryrefslogtreecommitdiff
path: root/npc/042-1/door.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/042-1/door.txt')
-rw-r--r--npc/042-1/door.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/042-1/door.txt b/npc/042-1/door.txt
index d884b1e30..0bfec673c 100644
--- a/npc/042-1/door.txt
+++ b/npc/042-1/door.txt
@@ -17,7 +17,7 @@ OnTouch:
if (!($KAMELOT_QUEST[.@g] & 4)) {
.@label$=instance_npcname("#KDoor0422", $@KAMELOT_ID[.@g])+"::OnArrival";
deltimer .@label$;
- addtimer 15000, .@label$;
+ addtimer 5000, .@label$;
}
} else {
dispbottom l("This door is locked.");