summaryrefslogtreecommitdiff
path: root/npc/annuals/fathertime.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/annuals/fathertime.txt')
-rw-r--r--npc/annuals/fathertime.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/annuals/fathertime.txt b/npc/annuals/fathertime.txt
index e2760d49..d33dc4f8 100644
--- a/npc/annuals/fathertime.txt
+++ b/npc/annuals/fathertime.txt
@@ -6,10 +6,11 @@ OnInit:
donpcevent strnpcinfo(0) + "::OnTimer20000";
end;
+OnClock0000:
OnTimer20000:
donpcevent "#XmasConfig::OnCommandRestartQuest";
donpcevent "#HalloweenConfig::OnCommandRestartQuest";
donpcevent "Easter Eggs::OnCheckEaster";
- initnpctimer;
+ //initnpctimer;
end;
}