summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/functions/event.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/npc/functions/event.txt b/npc/functions/event.txt
index 7253883f6..41096f344 100644
--- a/npc/functions/event.txt
+++ b/npc/functions/event.txt
@@ -282,7 +282,6 @@ OnClock0000:
.@m=gettime(GETTIME_MONTH);
.@o=gettime(GETTIME_WEEKDAY); // Resets at 0 (sunday)
debugmes "A new day begins! Today is %02d/%02d", .@d, .@m;
- $@DEBUG_OD=30;
if ($@DEBUG_OD)
.@d=$@DEBUG_OD;
if ($@DEBUG_OM)