내특을 int에서 string으로 변경
This commit is contained in:
@@ -53,7 +53,7 @@ class WarUnitGeneral extends WarUnit{
|
||||
return $this->rawCity[$key];
|
||||
}
|
||||
|
||||
function getSpecialDomestic():int{
|
||||
function getSpecialDomestic():string{
|
||||
return $this->getVar('special');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user