모병창 수정

This commit is contained in:
2018-07-18 04:37:00 +09:00
parent dfd5940d51
commit 229ecfc6a2
2 changed files with 10 additions and 3 deletions
+7
View File
@@ -205,6 +205,13 @@ function command_11($turn, $command, bool $is모병 = false) {
);
[$nationLevel, $tech] = $db->queryFirstList('SELECT level,tech FROM nation WHERE nation=%i', $me['nation']);
if(!$nationLevel){
$nationLevel = 0;
}
if(!$tech){
$tech = 0;
}
$lbonus = setLeadershipBonus($me, $nationLevel);