diff options
author | Vincent Petithory <vincent.petithory@gmail.com> | 2012-11-15 00:51:45 +0100 |
---|---|---|
committer | Vincent Petithory <vincent.petithory@gmail.com> | 2012-11-15 00:57:27 +0100 |
commit | c764268cc553795153bee9bf5eef0f28d34558c5 (patch) | |
tree | 971307b88c179926366497c1a0aec26270dfb698 | |
parent | 3ca79e42f96f34b4d45164ac45f29b46699e79de (diff) | |
download | serverdata-2012.11.18.tar.gz serverdata-2012.11.18.tar.bz2 serverdata-2012.11.18.tar.xz serverdata-2012.11.18.zip |
Extend After-Halloween Event to 30th November.v2012.11.18
-rw-r--r-- | world/map/npc/011-1/oscar.txt | 2 |
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; |