버그 수정
This commit is contained in:
@@ -21,7 +21,7 @@ class WarUnitCity extends WarUnit{
|
||||
$this->cityRate = $cityRate;
|
||||
|
||||
$this->logger = $general->getLogger();
|
||||
$this->crewType = GameUnitConst::byID(GameUnitConst::T_CASTLE);
|
||||
$this->crewType = GameUnitConst::byID(GameUnitConst::CREWTYPE_CASTLE);
|
||||
|
||||
$this->hp = $this->getVar('def') * 10;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user