버그 수정
This commit is contained in:
@@ -35,7 +35,9 @@ class che_징병 extends Command\GeneralCommand{
|
||||
static protected $defaultAtmos;
|
||||
|
||||
protected $reqCrew = 0;
|
||||
/** @var \sammo\GameUnitDetail */
|
||||
protected $reqCrewType;
|
||||
/** @var \sammo\GameUnitDetail */
|
||||
protected $currCrewType;
|
||||
|
||||
static protected $isInitStatic = false;
|
||||
|
||||
@@ -145,7 +145,7 @@ class che_포상 extends Command\NationCommand{
|
||||
|
||||
$logger = $general->getLogger();
|
||||
|
||||
$destGeneral->increaseVarWithLimit($resKey, $amount);
|
||||
$destGeneral->increaseVar($resKey, $amount);
|
||||
$db->update('nation', [
|
||||
$resKey=>$db->sqleval('%b - %i', $resKey, $amount)
|
||||
], 'nation=%i', $nationID);
|
||||
|
||||
Reference in New Issue
Block a user