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"; }