summaryrefslogtreecommitdiff
path: root/npc/functions/event.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-02-15 03:58:47 -0300
committerJesusaves <cpntb1@ymail.com>2020-02-15 03:58:47 -0300
commitb94353a3598f2604bfa4e36ee5c3e1a66c7c80f2 (patch)
tree19ee4ab1831cb4b41300bef155e43bd8586c2018 /npc/functions/event.txt
parent7c08a06f5421246c862a4ccac8dc9354b41c82c5 (diff)
downloadserverdata-b94353a3598f2604bfa4e36ee5c3e1a66c7c80f2.tar.gz
serverdata-b94353a3598f2604bfa4e36ee5c3e1a66c7c80f2.tar.bz2
serverdata-b94353a3598f2604bfa4e36ee5c3e1a66c7c80f2.tar.xz
serverdata-b94353a3598f2604bfa4e36ee5c3e1a66c7c80f2.zip
Keep debugging, I have not found the bug yet %%e
Diffstat (limited to 'npc/functions/event.txt')
-rw-r--r--npc/functions/event.txt1
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) {