diff options
Diffstat (limited to 'world/map/npc/annuals/xmas/debug.txt')
-rw-r--r-- | world/map/npc/annuals/xmas/debug.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/world/map/npc/annuals/xmas/debug.txt b/world/map/npc/annuals/xmas/debug.txt index fe0582e7..0e3c38a2 100644 --- a/world/map/npc/annuals/xmas/debug.txt +++ b/world/map/npc/annuals/xmas/debug.txt @@ -128,11 +128,11 @@ L_XmasError: L_SetNewKey: setarray $XMAS_TIME_KEY, @xmas_time_key_smonth, @xmas_time_key_srmonth, @xmas_time_key_emonth, @xmas_time_key_rsday, @xmas_time_key_reday, @xmas_time_key_year; - cmdothernpc "#XmasConfig", "RestartQuest"; + donpcevent "#XmasConfig::OnCommandRestartQuest"; goto L_Close; L_XmasChamberReset: - cmdothernpc "AniManOMat", "ChamberReset"; + donpcevent "AniManOMat::OnCommandChamberReset"; goto L_Close; L_XmasState: |