summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/functions/event.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/npc/functions/event.txt b/npc/functions/event.txt
index fe33cb6b7..419eabb08 100644
--- a/npc/functions/event.txt
+++ b/npc/functions/event.txt
@@ -226,8 +226,8 @@ function script sThanksgiving {
// Event Schedule (all dates are inclusive)
OnInit:
- .valentine_stday=13;
- .valentine_stmon=FEBRUARY;
+ .valentine_stday=29;
+ .valentine_stmon=JANUARY;
.valentine_endday=16;
.valentine_endmon=FEBRUARY;
@@ -263,6 +263,8 @@ OnInit:
OnClock0000:
.@d=gettime(GETTIME_DAYOFMONTH);
.@m=gettime(GETTIME_MONTH);
+ debugmes "EVENT CORE, the %02d/%02d", .@d, .@m;
+ debugmes "Valentine: %02d/%02d", .valentine_stday, .valentine_stmon;
// Handle Valentine Day
if (.@m >=.valentine_stmon && .@m <= .valentine_endmon) {