Browse Source

Fix Logic Angry Moonlight Flower Summon Illusion (#6777)

Fix Logic Angry Moonlight Flower Summon Illusion
mazvi 3 năm trước cách đây
mục cha
commit
945a5cd993
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      npc/re/mobs/dungeons/pay_d03_i.txt

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