버그 수정

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
+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);