diff options
Diffstat (limited to 'world/map/npc/annuals/fathertime.txt')
-rw-r--r-- | world/map/npc/annuals/fathertime.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/world/map/npc/annuals/fathertime.txt b/world/map/npc/annuals/fathertime.txt index d463f3b7..4bc624a8 100644 --- a/world/map/npc/annuals/fathertime.txt +++ b/world/map/npc/annuals/fathertime.txt @@ -15,8 +15,8 @@ L_StartTimer: OnTimer20000: setnpctimer 0; - cmdothernpc "#XmasConfig", "RestartQuest"; - cmdothernpc "#HalloweenConfig", "RestartQuest"; + donpcevent "#XmasConfig::OnCommandRestartQuest"; + donpcevent "#HalloweenConfig::OnCommandRestartQuest"; initnpctimer; end; } |