summaryrefslogtreecommitdiff
path: root/world/map/npc/annuals/halloween/config.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/annuals/halloween/config.txt')
-rw-r--r--world/map/npc/annuals/halloween/config.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/world/map/npc/annuals/halloween/config.txt b/world/map/npc/annuals/halloween/config.txt
index a3d5fd58..7405a1c0 100644
--- a/world/map/npc/annuals/halloween/config.txt
+++ b/world/map/npc/annuals/halloween/config.txt
@@ -337,6 +337,8 @@ L_Main:
if (gettime(6) == $@halloween_reward_start_month)
set $@halloween_min_age, ((gettime(5) + 38)*86400);
+ if(gettime(6) <= $@halloween_end_month && gettime(5) > $@halloween_reward_end_day)
+ goto L_NoEventTime;
if((gettime(6) == $@halloween_reward_start_month && gettime(5) >= $@halloween_reward_start_day
&& (gettime(5) <= $@halloween_reward_end_day && $@halloween_reward_start_month == $@halloween_end_month
|| !($@halloween_reward_start_month == $@halloween_end_month)))