diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-05-15 18:12:32 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-05-15 18:12:32 -0300 |
commit | 1ba3208d5d64828a0618aa269fe6a31f0731a0b6 (patch) | |
tree | 08296b0a6bfe1c2be3b18618b09f376017e57e81 /npc/functions | |
parent | 1bffac5523399d7c4a14484b9ebc07dfd11313fc (diff) | |
download | serverdata-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/functions')
-rw-r--r-- | npc/functions/event.txt | 2 |
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; |