From 945a5cd993ab5dd5e1787d359ff2cf6e82b771bf Mon Sep 17 00:00:00 2001 From: mazvi Date: Sat, 2 Apr 2022 21:51:47 +0700 Subject: [PATCH] Fix Logic Angry Moonlight Flower Summon Illusion (#6777) Fix Logic Angry Moonlight Flower Summon Illusion --- npc/re/mobs/dungeons/pay_d03_i.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npc/re/mobs/dungeons/pay_d03_i.txt b/npc/re/mobs/dungeons/pay_d03_i.txt index 4a89e985da..36bd5899a3 100644 --- a/npc/re/mobs/dungeons/pay_d03_i.txt +++ b/npc/re/mobs/dungeons/pay_d03_i.txt @@ -32,7 +32,7 @@ OnKill: if (.mvp_spawn == 1) end; .kill_count += 1; - if (.kill_count < 1000) { + if (.kill_count > 1000) { if (rand(100) < 10) // !todo Confirm chance donpcevent strnpcinfo(0)+"::OnBossSpawn"; }