버그 수정

This commit is contained in:
2020-04-22 23:36:21 +09:00
parent 3f6eeb2a30
commit a5b7259577
+2 -2
View File
@@ -276,9 +276,9 @@ WHERE turntime < %s ORDER BY turntime ASC, `no` ASC',
}
$newGeneralCommandObj = $ai->chooseGeneralTurn($generalCommandObj); // npc AI 처리
if($generalCommand !== $newGeneralCommandObj){
if($generalCommandObj !== $newGeneralCommandObj){
$autorunMode = true;
$generalCommand = $newGeneralCommandObj;
$generalCommandObj = $newGeneralCommandObj;
}
LogText("turn", "General, {$general->getName()}, {$general->getID()}, {$general->getStaticNation()['name']}, {$generalCommandObj->getBrief()}, {$generalCommandObj->reason}, ");
}