diff options
Diffstat (limited to 'npc/031-4')
-rw-r--r-- | npc/031-4/cindyCave.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/031-4/cindyCave.txt b/npc/031-4/cindyCave.txt index 16f5fd8c..d30b7281 100644 --- a/npc/031-4/cindyCave.txt +++ b/npc/031-4/cindyCave.txt @@ -189,7 +189,7 @@ OnPetDeath: end; L_CleanUp: - areatimer 0, "031-4", 0, 0, 95, 91, 10, "Cindy::OnReward"; + maptimer2 "031-4", 10, "Cindy::OnReward"; $@FIGHT_YETI_STATUS = 0; $@FIGHT_YETI_PLAYER_COUNT = 0; $@FIGHT_YETI_WAVE = 0; |