diff options
author | Chuck Miller <shadowmil@gmail.com> | 2010-07-22 21:53:13 -0400 |
---|---|---|
committer | Chuck Miller <shadowmil@gmail.com> | 2010-07-22 21:53:13 -0400 |
commit | 3c4f7c327f2eb606f458a95b0e3b4065a21f202c (patch) | |
tree | 5131647e2626260bfd4ea97206b8f4fdc05e26ff | |
parent | 4b893d711bf81f96268bfc2d049980841a5efa8b (diff) | |
download | serverdata-3c4f7c327f2eb606f458a95b0e3b4065a21f202c.tar.gz serverdata-3c4f7c327f2eb606f458a95b0e3b4065a21f202c.tar.bz2 serverdata-3c4f7c327f2eb606f458a95b0e3b4065a21f202c.tar.xz serverdata-3c4f7c327f2eb606f458a95b0e3b4065a21f202c.zip |
Attempt to fix Candor Fight Cave
-rw-r--r-- | npc/029-3_Fight_Cave/parua.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/029-3_Fight_Cave/parua.txt b/npc/029-3_Fight_Cave/parua.txt index 06f36f6b..2c54d4c8 100644 --- a/npc/029-3_Fight_Cave/parua.txt +++ b/npc/029-3_Fight_Cave/parua.txt @@ -23,7 +23,7 @@ set $@FIGHT_CAVE_STATUS, 1; set $@FIGHT_CAVE_LEVEL, BaseLevel / 2; set $@FIGHT_CAVE_PLAYER_COUNT, getareausers("029-3.gat", 20, 20, 70, 60); - goto L_Exit; + goto L_NextRound; L_Enjoy: mes "[Parua]"; |