diff options
Diffstat (limited to 'npc/027-8/general_terogan.txt')
-rw-r--r-- | npc/027-8/general_terogan.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/027-8/general_terogan.txt b/npc/027-8/general_terogan.txt index 451daeca..1038e4fe 100644 --- a/npc/027-8/general_terogan.txt +++ b/npc/027-8/general_terogan.txt @@ -147,7 +147,7 @@ L_CryptLogic: if (getareausers("027-8", 20, 39, 35, 60, 1) < 1) goto L_Failure; if (getareausers("027-8", 43, 39, 58, 60, 1) < 1) goto L_Failure; set $@CRYPT_FIGHT3_SUMMONS_ROUND_TIMER, $@CRYPT_FIGHT3_SUMMONS_ROUND_TIMER + 5; // Advance 5 seconds - if (mobcount("027-8", "General Terogan#Main::OnPetDeath") < 0) + if (mobcount("027-8", "General Terogan#Main::OnPetDeath") <= 0) goto L_NextWave; if ($@CRYPT_FIGHT3_SUMMONS_ROUND_TIMER + $@CRYPT_FIGHT3_ROUND_PEN >= 120) goto L_NextWave; |