diff options
Diffstat (limited to 'world/map/npc/025-4/battlecaves.txt')
-rw-r--r-- | world/map/npc/025-4/battlecaves.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/world/map/npc/025-4/battlecaves.txt b/world/map/npc/025-4/battlecaves.txt index 86924518..dfe08749 100644 --- a/world/map/npc/025-4/battlecaves.txt +++ b/world/map/npc/025-4/battlecaves.txt @@ -807,11 +807,10 @@ L_SummonBoss: if (attachrid(getcharid(3,$@cave10fighter$)) == 0) goto L_Abort; areamonster "025-4.gat",142, 24, 172, 48,"",$@cave10_boss_ID,1,"#StartBossCaveFight::OnBossDeath"; stopnpctimer; - setnpctimer 0; end; L_Abort: - donpcevent "#WarpBattleCave10::OnNoRid"; + donpcevent "#WarpBossCave::OnNoRid"; end; L_Done: @@ -835,7 +834,7 @@ L_Done: goto L_Summon; set $@wave_cave10, 5; set @boss, 0; - startnpctimer; + initnpctimer; end; OnTimer4000: |