summaryrefslogtreecommitdiff
path: root/npc/027-7/general_razha.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/027-7/general_razha.txt')
-rw-r--r--npc/027-7/general_razha.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/027-7/general_razha.txt b/npc/027-7/general_razha.txt
index 79259cc7..5eb32bc2 100644
--- a/npc/027-7/general_razha.txt
+++ b/npc/027-7/general_razha.txt
@@ -91,7 +91,7 @@ L_CryptLogic:
if ($@CRYPT_FIGHT2_PLAYER_COUNT <= 0)
goto L_CleanUpLosers;
set $@CRYPT_FIGHT2_SUMMONS_ROUND_TIMER, $@CRYPT_FIGHT2_SUMMONS_ROUND_TIMER + 5; // Advance 5 seconds
- if (mobcount("027-7", "General Razha::OnPetDeath") < 0)
+ if (mobcount("027-7", "General Razha::OnPetDeath") <= 0)
goto L_NextWave;
if ($@CRYPT_FIGHT2_SUMMONS_ROUND_TIMER + $@CRYPT_FIGHT2_ROUND_PEN >= 120)
goto L_NextWave;