값 실수 수정

This commit is contained in:
2019-03-09 16:41:41 +09:00
parent 355b6c2e7d
commit 3362a76de7
+1 -1
View File
@@ -322,7 +322,7 @@ function process_29(&$general) {
$found_prop_small = 1 / ($total_npc_cnt / 3 + 1);
$found_prop_big = 1 / $max_gen_cnt;
if($total_npc_cnt < 30){
if($total_npc_cnt < 50){
$found_prop = max($found_prop_main, $found_prop_small);
}
else{