From c764268cc553795153bee9bf5eef0f28d34558c5 Mon Sep 17 00:00:00 2001 From: Vincent Petithory Date: Thu, 15 Nov 2012 00:51:45 +0100 Subject: Extend After-Halloween Event to 30th November. --- world/map/npc/011-1/oscar.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3-60-g2f50