func_time_event 재작성, 수입관련 코드 수정
This commit is contained in:
@@ -240,7 +240,7 @@ class che_화계 extends Command\GeneralCommand{
|
||||
[$year, $month] = [$env['year'], $env['month']];
|
||||
|
||||
foreach($db->query(
|
||||
'SELECT `no`,name,city,nation,level,leadership,horse,strength,weapon,intel,book,item,last_turn,injury,special,special2 FROM general WHERE city = %i',
|
||||
'SELECT `no`,name,city,nation,level,leadership,horse,strength,weapon,intel,book,item,last_turn,injury,special,special2,injury,crew,atmos,train FROM general WHERE city = %i',
|
||||
$destCityID,
|
||||
$destNationID
|
||||
) as $rawDestCityGeneral){
|
||||
@@ -276,7 +276,7 @@ class che_화계 extends Command\GeneralCommand{
|
||||
}
|
||||
|
||||
if(static::$injuryGeneral){
|
||||
$injuryCount = \sammo\SabotageInjuryEx($destCityGeneralList, true);
|
||||
$injuryCount = \sammo\SabotageInjury($destCityGeneralList, '계략');
|
||||
}
|
||||
else{
|
||||
$injuryCount = 0;
|
||||
|
||||
Reference in New Issue
Block a user