버그 수정

This commit is contained in:
2019-04-28 02:54:01 +09:00
parent b32eb07d1e
commit fe2a076558
6 changed files with 18 additions and 21 deletions
+2 -2
View File
@@ -4,7 +4,7 @@ namespace sammo;
class WarUnit{
use LazyVarUpdater;
protected $raw;
protected $raw = [];
protected $rawNation;
protected $logger;
@@ -114,7 +114,7 @@ class WarUnit{
return GameConst::$defaultSpecialDomestic;
}
function getSpecialWar():int{
function getSpecialWar():string{
return 0;
}