summaryrefslogtreecommitdiff
path: root/npc/functions/event.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-02-25 01:41:41 -0300
committerJesusaves <cpntb1@ymail.com>2020-02-25 01:41:41 -0300
commit658a9f291c99ce2389896efdaecc058fcfb916f7 (patch)
tree180b55f4c58205e6650546ae8d8cfa17c37f14fd /npc/functions/event.txt
parent8eafc97eb466b89048729cc93546560c062f94f8 (diff)
downloadserverdata-658a9f291c99ce2389896efdaecc058fcfb916f7.tar.gz
serverdata-658a9f291c99ce2389896efdaecc058fcfb916f7.tar.bz2
serverdata-658a9f291c99ce2389896efdaecc058fcfb916f7.tar.xz
serverdata-658a9f291c99ce2389896efdaecc058fcfb916f7.zip
Cauldron on Halinarzo Houses (2x more expensive than elsewhere)
+ debug text update
Diffstat (limited to 'npc/functions/event.txt')
-rw-r--r--npc/functions/event.txt4
1 files changed, 1 insertions, 3 deletions
diff --git a/npc/functions/event.txt b/npc/functions/event.txt
index a62c8f0a7..88741f871 100644
--- a/npc/functions/event.txt
+++ b/npc/functions/event.txt
@@ -269,9 +269,7 @@ 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;
- debugmes "Valentine End: %02d/%02d", .valentine_endday, .valentine_endmon;
+ debugmes "A new day begins! Today is %02d/%02d", .@d, .@m;
if ($@DEBUG_OD)
.@d=$@DEBUG_OD;
if ($@DEBUG_OM)