버그 수정
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user