NPC 사령턴이 '미설정'일때
This commit is contained in:
@@ -667,10 +667,12 @@ function processAI($no) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if(isset($command)){
|
||||||
$query = "update nation set l{$general['level']}turn0='$command' where nation='{$general['nation']}'";
|
$query = "update nation set l{$general['level']}turn0='$command' where nation='{$general['nation']}'";
|
||||||
MYDB_query($query, $connect) or Error("processAI09 ".MYDB_error($connect),"");
|
MYDB_query($query, $connect) or Error("processAI09 ".MYDB_error($connect),"");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
$command = EncodeCommand(0, 0, 0, 1);
|
$command = EncodeCommand(0, 0, 0, 1);
|
||||||
//일반 할일
|
//일반 할일
|
||||||
|
|||||||
Reference in New Issue
Block a user