diff options
Diffstat (limited to 'npc/018-6-2/main.txt')
-rw-r--r-- | npc/018-6-2/main.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/018-6-2/main.txt b/npc/018-6-2/main.txt index dd92bd730..779c7098f 100644 --- a/npc/018-6-2/main.txt +++ b/npc/018-6-2/main.txt @@ -74,6 +74,7 @@ OnTouch: // East hall not yet enabled, we must repeat if (!(.@q3 & 128)) { // Mark the west hall as complete (again) + addtimer("#01862_InstCtrl::OnLevel4", 100); setq3 LoFQuest_Barbara, .@q3|64; disablenpc instance_npcname(.name$, .@q2); warp BarbaraInstCheck(2), 90, 32; @@ -110,6 +111,7 @@ OnTouch: // West hall not yet enabled, we must repeat if (!(.@q3 & 64)) { // Mark the east hall as complete (again) + addtimer("#01862_InstCtrl::OnLevel4", 100); setq3 LoFQuest_Barbara, .@q3|128; disablenpc instance_npcname(.name$, .@q2); warp BarbaraInstCheck(2), 90, 32; |