버그 수정

This commit is contained in:
2020-04-25 04:33:53 +09:00
parent 4524de492d
commit 4bde1ba9f3
12 changed files with 64 additions and 16 deletions
+2
View File
@@ -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;
+1 -1
View File
@@ -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);