diff options
author | Jesusaves <cpntb1@ymail.com> | 2025-05-04 23:47:05 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2025-05-04 23:47:05 -0300 |
commit | 70ace3157eae75ed313846449c9e95d61687fb93 (patch) | |
tree | b282128ea33f5f9076709cb86d87f8440ccae5da | |
parent | 72ad6d119db508de5fdfcb32a6eb181a8722600a (diff) | |
download | serverdata-70ace3157eae75ed313846449c9e95d61687fb93.tar.gz serverdata-70ace3157eae75ed313846449c9e95d61687fb93.tar.bz2 serverdata-70ace3157eae75ed313846449c9e95d61687fb93.tar.xz serverdata-70ace3157eae75ed313846449c9e95d61687fb93.zip |
With kamibroadcast() changes, Hardcore may now have Aurora events.
-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 4e084075f..6800ce5af 100644 --- a/npc/functions/event.txt +++ b/npc/functions/event.txt @@ -765,7 +765,7 @@ OnClock0000: consoleinfo "EVENT CORE, the %02d/%02d", .@d, .@m; // Is there another event this week? - if (!$HARDCORE && .@o == MONDAY && !.@isinit) { + if (.@o == MONDAY && !.@isinit) { .@dofy=true; .@confname$=".conf_"+.@m; |