버그 수정
This commit is contained in:
@@ -3335,8 +3335,10 @@ class GeneralAI
|
|||||||
$setChiefLevel["l{$chiefLevel}set"] = 1;
|
$setChiefLevel["l{$chiefLevel}set"] = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if($setChiefLevel){
|
||||||
$db->update('nation', $setChiefLevel, 'nation=%i', $this->nation['nation']);
|
$db->update('nation', $setChiefLevel, 'nation=%i', $this->nation['nation']);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
protected function calcCityDevelRate(array $city){
|
protected function calcCityDevelRate(array $city){
|
||||||
return [
|
return [
|
||||||
|
|||||||
Reference in New Issue
Block a user