fix: 랜덤임관 적용이 거꾸로된 것 수정

This commit is contained in:
2021-08-11 16:29:06 +09:00
parent be423d8a08
commit a5145636ad
3 changed files with 45 additions and 32 deletions
@@ -215,7 +215,7 @@ class che_랜덤임관 extends Command\GeneralCommand
}
if ($general->getNPCType() < 2 && Util::starts_with($nation['name'], 'ⓤ')) {
$calcCnt *= 0.01;
$calcCnt *= 100;
}
$generalsCnt[$nationID]['cnt'] += $calcCnt;