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