summaryrefslogtreecommitdiff
path: root/world/map/npc/026-1/munro.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/026-1/munro.txt')
-rw-r--r--world/map/npc/026-1/munro.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/world/map/npc/026-1/munro.txt b/world/map/npc/026-1/munro.txt
index ab304091..9522102c 100644
--- a/world/map/npc/026-1/munro.txt
+++ b/world/map/npc/026-1/munro.txt
@@ -44,6 +44,7 @@ L_Exit:
end;
OnInit:
+ if (debug >= 2) end;
initnpctimer;
end;
@@ -79,7 +80,7 @@ function|script|CheckMunro|,
if ((gettime(6) == 10 && gettime(5) >= 27) || (gettime(6) == 11 && gettime(5) <= 5))
goto L_Return;
- if ((gettime(6) == 12 && gettime(5) >= 23) || (gettime(6) == 12 && gettime(5) <= 26))
+ if (gettime(6) == 12 && gettime(5) >= 23 && gettime(5) <= 26)
goto L_Return;
callfunc "UnequipLater";