집합장 NPC 삭턴이 실행되지 않는 문제 수정
This commit is contained in:
+1
-1
@@ -202,7 +202,7 @@ function processAI($no) {
|
||||
$db->update('general', [
|
||||
'turn0'=>$command,
|
||||
'killturn'=>1
|
||||
], 'no=$i', $general['no']);
|
||||
], 'no=%i', $general['no']);
|
||||
}
|
||||
else{
|
||||
$command = EncodeCommand(0, 0, 0, 26); //집합
|
||||
|
||||
Reference in New Issue
Block a user