summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2013-12-03 08:54:47 -0800
committerBen Longbons <b.r.longbons@gmail.com>2013-12-03 09:49:17 -0800
commitaab259e62f5792c6356687f2336c52a53cbfc4c1 (patch)
tree8e028ff061df226dfa2de4079296761d35704aa8
parent6d4a3d81e14742fb4a2fe08c54ff8141539c762a (diff)
downloadserverdata-aab259e62f5792c6356687f2336c52a53cbfc4c1.tar.gz
serverdata-aab259e62f5792c6356687f2336c52a53cbfc4c1.tar.bz2
serverdata-aab259e62f5792c6356687f2336c52a53cbfc4c1.tar.xz
serverdata-aab259e62f5792c6356687f2336c52a53cbfc4c1.zip
Fix the other Munro check
-rw-r--r--world/map/npc/026-1/munro.txt4
1 files changed, 2 insertions, 2 deletions
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)