군주가 지정되지 않더라도 안전하게 동작
This commit is contained in:
@@ -173,7 +173,7 @@ class NPC{
|
||||
$experience = $age * 100;
|
||||
$dedication = $age * 100;
|
||||
$level = $this->level;
|
||||
if(!$level){
|
||||
if(!$level || $isNewGeneral){
|
||||
$level = $nationID?1:0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user