diff options
Diffstat (limited to 'npc/029-3_Fight_Cave/parua.txt')
-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 6705ed8b..72a1207f 100644 --- a/npc/029-3_Fight_Cave/parua.txt +++ b/npc/029-3_Fight_Cave/parua.txt @@ -16,7 +16,7 @@ if (zeny < 20000) goto L_NotEnough; if ($@FIGHT_CAVE_STATUS != 0) goto L_AlreadyStarted; -// if (getareausers("029-3.gat", 20, 20, 70, 60) < 5) goto L_NotEnoughPlayers; + if (getareausers("029-3.gat", 20, 20, 70, 60) < 5) goto L_NotEnoughPlayers; set zeny, zeny - 20000; npctalk "Let the battle begin!"; |