summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-05-15 18:12:32 -0300
committerJesusaves <cpntb1@ymail.com>2020-05-15 18:12:32 -0300
commit1ba3208d5d64828a0618aa269fe6a31f0731a0b6 (patch)
tree08296b0a6bfe1c2be3b18618b09f376017e57e81 /npc
parent1bffac5523399d7c4a14484b9ebc07dfd11313fc (diff)
downloadserverdata-1ba3208d5d64828a0618aa269fe6a31f0731a0b6.tar.gz
serverdata-1ba3208d5d64828a0618aa269fe6a31f0731a0b6.tar.bz2
serverdata-1ba3208d5d64828a0618aa269fe6a31f0731a0b6.tar.xz
serverdata-1ba3208d5d64828a0618aa269fe6a31f0731a0b6.zip
Disable Aurora Event calculations on Hardcore and Test Server
Diffstat (limited to 'npc')
-rw-r--r--npc/functions/event.txt2
1 files changed, 1 insertions, 1 deletions
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;