diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-02-15 03:58:47 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-02-15 03:58:47 -0300 |
commit | b94353a3598f2604bfa4e36ee5c3e1a66c7c80f2 (patch) | |
tree | 19ee4ab1831cb4b41300bef155e43bd8586c2018 | |
parent | 7c08a06f5421246c862a4ccac8dc9354b41c82c5 (diff) | |
download | serverdata-b94353a3598f2604bfa4e36ee5c3e1a66c7c80f2.tar.gz serverdata-b94353a3598f2604bfa4e36ee5c3e1a66c7c80f2.tar.bz2 serverdata-b94353a3598f2604bfa4e36ee5c3e1a66c7c80f2.tar.xz serverdata-b94353a3598f2604bfa4e36ee5c3e1a66c7c80f2.zip |
Keep debugging, I have not found the bug yet %%e
-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) { |