내특을 int에서 string으로 변경

This commit is contained in:
2018-09-03 02:07:41 +09:00
parent dd5feb0e2c
commit e7ae2ab441
24 changed files with 133 additions and 126 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ class WarUnitGeneral extends WarUnit{
return $this->rawCity[$key];
}
function getSpecialDomestic():int{
function getSpecialDomestic():string{
return $this->getVar('special');
}