From ae03b8a811f1d6b1dce9464ca193ba5f0b436c33 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 13 Jul 2020 11:35:48 -0300 Subject: Prevent Aurora Events from being handled OnInit --- npc/functions/event.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/npc/functions/event.txt b/npc/functions/event.txt index 902f6e21b..b57b55765 100644 --- a/npc/functions/event.txt +++ b/npc/functions/event.txt @@ -275,6 +275,7 @@ OnInit: 2, JANUARY); // Some setup + .@isinit=true; disablenpc "sPatrick"; FYE_Normalize(); @@ -296,7 +297,7 @@ OnClock0000: debugmes "EVENT CORE, the %02d/%02d", .@d, .@m; // Is there another event this week? - if (!debug && !$HARDCORE && .@o == MONDAY) { + if (!debug && !$HARDCORE && .@o == MONDAY && !.@isinit) { .@dofy=true; .@confname$=".conf_"+.@m; -- cgit v1.2.3-60-g2f50