등용 수락 변경, Aux 처리 추가

nations->aux.joinedNations
dummyGeneral에 exp,ded 추가
scheme에서 nations 제거
This commit is contained in:
2020-03-13 01:44:18 +09:00
parent 3d6b99c004
commit cb246e859e
20 changed files with 560 additions and 247 deletions
+8 -1
View File
@@ -10,7 +10,11 @@ class DummyGeneral extends General{
'nation'=>0,
'level'=>0,
'crewtype'=>-1,
'turntime'=>'2012-03-04 05:06:07.000000'
'turntime'=>'2012-03-04 05:06:07.000000',
'experience'=>0,
'dedication'=>0,
'gold'=>0,
'rice'=>0,
];
$this->raw = $raw;
@@ -31,6 +35,9 @@ class DummyGeneral extends General{
}
function applyDB($db):bool{
if($this->logger){
$this->initLogger(1, 1);
}
return true;
}
}