fix: 도시 관련 전투 제어

This commit is contained in:
2023-05-11 01:39:50 +09:00
parent 5229cbe09e
commit 5859b78ad5
5 changed files with 54 additions and 17 deletions
+1 -1
View File
@@ -124,7 +124,7 @@ class General implements iAction
$this->personalityObj = buildPersonalityClass($raw['personal']);
$this->crewType = GameUnitConst::byID($this->getVar('crewtype'));
$this->crewType = GameUnitConst::byID($raw['crewtype'] ?? 'None');
$this->itemObjs['horse'] = buildItemClass($raw['horse']);
$this->itemObjs['weapon'] = buildItemClass($raw['weapon']);