diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/functions/event.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/functions/event.txt b/npc/functions/event.txt index 820cbe6d0..0793ec859 100644 --- a/npc/functions/event.txt +++ b/npc/functions/event.txt @@ -265,6 +265,7 @@ OnClock0000: .@m=gettime(GETTIME_MONTH); debugmes "EVENT CORE, the %02d/%02d", .@d, .@m; debugmes "Valentine: %02d/%02d", .valentine_stday, .valentine_stmon; + debugmes "Valentine End: %02d/%02d", .valentine_endday, .valentine_endmon; // Handle Valentine Day if (.@m >=.valentine_stmon && .@m <= .valentine_endmon) { |