전투 중 사기 증가가 제대로 반영되지 않는 버그 수정

This commit is contained in:
2018-08-22 02:44:59 +09:00
parent 712e2c32a0
commit e0029fdc87
+1 -1
View File
@@ -94,7 +94,7 @@ class WarUnitGeneral extends WarUnit{
}
function addAtmos(int $atmos){
$this->increaseVarWithLimit('atmos', $train, 0, GameConst::$maxAtmosByWar);
$this->increaseVarWithLimit('atmos', $atmos, 0, GameConst::$maxAtmosByWar);
}
function getComputedTrain(){