diff options
Diffstat (limited to 'npc/functions/event.txt')
-rw-r--r-- | npc/functions/event.txt | 3 |
1 files changed, 2 insertions, 1 deletions
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; |