From 55332864ad1cbadd16feeed599e4cff22b0b718b Mon Sep 17 00:00:00 2001 From: hide_d Date: Sat, 1 Jan 2022 01:22:23 +0900 Subject: [PATCH] =?UTF-8?q?game:=20=ED=86=A0=EB=84=88=EB=A8=BC=ED=8A=B8=20?= =?UTF-8?q?=EC=9E=90=EB=8F=99=20=EC=B1=84=EC=9A=B0=EA=B8=B0=20=EB=82=9C?= =?UTF-8?q?=EC=9D=B4=EB=8F=84=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/func_tournament.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/func_tournament.php b/hwe/func_tournament.php index d8c9abd0..d3d8c3cc 100644 --- a/hwe/func_tournament.php +++ b/hwe/func_tournament.php @@ -513,7 +513,7 @@ function fillLowGenAll($tnmt_type) 'SELECT no,npc,name,leadership,strength,intel,explevel,horse,weapon,book from general where tnmt=1 and tournament=0', ) as $gen){ $score = $scoringCandFunction($gen); - $freeJoinerCandidate[$gen['no']] = [$gen, $score**2]; + $freeJoinerCandidate[$gen['no']] = [$gen, $score**1.5]; }