summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--world/map/npc/011-1/oscar.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/npc/011-1/oscar.txt b/world/map/npc/011-1/oscar.txt
index f1992de7..f2d5df0a 100644
--- a/world/map/npc/011-1/oscar.txt
+++ b/world/map/npc/011-1/oscar.txt
@@ -36,7 +36,7 @@ function|script|HalloweenQuestWaterPumpkins|{
011-1.gat,94,38,0|script|Oscar|142,{
// Check we are at the good time of the year
- if (!(gettime(6) == 11 && (gettime(5) >= 4 && gettime(5) <= 25))) goto L_NoEvent;
+ if (!(gettime(6) == 11 && (gettime(5) >= 4 && gettime(5) <= 30))) goto L_NoEvent;
// Check halloween quest has been done or not.
set @halloween_year, (Annual_Quest & BYTE_0_MASK) >> BYTE_0_SHIFT;
if (@halloween_year < (gettime(7) - 2000)) goto L_AdjustYear;