fix: 장수수 카운트에 "의병장"을 포함하여 계산하는 버그 수정

This commit is contained in:
2021-04-02 14:39:57 +09:00
parent b2dc9dc113
commit 174cef80c0
4 changed files with 8 additions and 8 deletions
@@ -178,7 +178,7 @@ class che_인재탐색 extends Command\GeneralCommand
$avgGen = $db->queryFirstRow(
'SELECT avg(dedication) as ded,avg(experience) as exp,
avg(dex1+dex2+dex3+dex4) as dex_t, avg(age) as age, avg(dex5) as dex5
from general where npc < 5'
from general where npc < 4'
);
$pickTypeList = ['무' => 6, '지' => 6, '무지' => 3];