summaryrefslogtreecommitdiff
path: root/world/map/npc/annuals/fathertime.txt
diff options
context:
space:
mode:
authormekolat <mekolat@gmail.com>2015-01-14 22:49:52 -0500
committermekolat <mekolat@gmail.com>2015-01-14 22:49:52 -0500
commit87c2cf5320f52c8a9756b28975f0169d66c26138 (patch)
tree1091bf4bda3b1d33c5948035441fb72f2d9866f2 /world/map/npc/annuals/fathertime.txt
parent3d7fd218c50a39c643245d3520e4bbd314e4f3fa (diff)
downloadserverdata-87c2cf5320f52c8a9756b28975f0169d66c26138.tar.gz
serverdata-87c2cf5320f52c8a9756b28975f0169d66c26138.tar.bz2
serverdata-87c2cf5320f52c8a9756b28975f0169d66c26138.tar.xz
serverdata-87c2cf5320f52c8a9756b28975f0169d66c26138.zip
cmdothernpc => donpcevent
Diffstat (limited to 'world/map/npc/annuals/fathertime.txt')
-rw-r--r--world/map/npc/annuals/fathertime.txt4
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;
}