From 6a454665079605d231dd72f722eba648c0e01bbc Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 15 Jun 2021 19:53:33 -0300 Subject: Fix casts to mobcount() functions --- npc/027-7/general_razha.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/027-7') 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; -- cgit v1.2.3-60-g2f50