From 1ba3208d5d64828a0618aa269fe6a31f0731a0b6 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 15 May 2020 18:12:32 -0300 Subject: Disable Aurora Event calculations on Hardcore and Test Server --- npc/functions/event.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/functions/event.txt') diff --git a/npc/functions/event.txt b/npc/functions/event.txt index 89c02ee03..0203cf641 100644 --- a/npc/functions/event.txt +++ b/npc/functions/event.txt @@ -294,7 +294,7 @@ OnClock0000: debugmes "EVENT CORE, the %02d/%02d", .@d, .@m; // Is there another event this week? - if (.@o == MONDAY) { + if (!debug && !$HARDCORE && .@o == MONDAY) { .@dofy=true; .@confname$=".conf_"+.@m; -- cgit v1.2.3-60-g2f50