From aab259e62f5792c6356687f2336c52a53cbfc4c1 Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Tue, 3 Dec 2013 08:54:47 -0800 Subject: Fix the other Munro check --- world/map/npc/026-1/munro.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'world/map/npc/026-1') diff --git a/world/map/npc/026-1/munro.txt b/world/map/npc/026-1/munro.txt index 9522102c..38909113 100644 --- a/world/map/npc/026-1/munro.txt +++ b/world/map/npc/026-1/munro.txt @@ -50,10 +50,10 @@ OnInit: OnTimer1000: set $@isHalloween, 0; - if ((gettime(6) == 10 && gettime(5) >= 27) || (gettime(6) == 11 && gettime(5) <= 5) || debug) + if ((gettime(6) == 10 && gettime(5) >= 27) || (gettime(6) == 11 && gettime(5) <= 5)) set $@isHalloween, 1; - if ((gettime(6) == 12 && gettime(5) >= 23) || (gettime(6) == 12 && gettime(5) <= 26) || debug) + if (gettime(6) == 12 && gettime(5) >= 23 && gettime(5) <= 26) set $@isHalloween, 1; if ($@isHalloween) -- cgit v1.2.3-60-g2f50