history 타입들을 text에서 mediumtext로 변경
시나리오 생성 시 장수수 처리 수정
This commit is contained in:
@@ -116,7 +116,10 @@ class NPC{
|
||||
|
||||
$experience = $age * 100;
|
||||
$dedication = $age * 100;
|
||||
$level = $nationID?1:$this->level;
|
||||
$level = $this->level;
|
||||
if(!$level){
|
||||
$level = $nationID?1:0;
|
||||
}
|
||||
|
||||
$turntime = \sammo\getRandTurn($env['turnterm']);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user