내특을 int에서 string으로 변경
This commit is contained in:
@@ -110,8 +110,8 @@ class WarUnit{
|
||||
return $this->deadCurr;
|
||||
}
|
||||
|
||||
function getSpecialDomestic():int{
|
||||
return 0;
|
||||
function getSpecialDomestic():string{
|
||||
return GameConst::$defaultSpecial;
|
||||
}
|
||||
|
||||
function getSpecialWar():int{
|
||||
|
||||
Reference in New Issue
Block a user