디버그 코드 추가, 버그 수정

This commit is contained in:
2020-04-20 03:08:08 +09:00
parent 3a44782b05
commit 51f24748a9
5 changed files with 34 additions and 10 deletions
+1
View File
@@ -266,6 +266,7 @@ WHERE turntime < %s ORDER BY turntime ASC, `no` ASC',
$ai = new GeneralAI($turnObj->getGeneral());
if($hasNationTurn){
$nationCommandObj = $ai->chooseNationTurn($nationCommandObj);
LogText("NationTurn", "General, {$general->getName()}, {$general->getID()}, {$general->getStaticNation()['name']}, {$nationCommandObj->getBrief()}, {$nationCommandObj->reason}, ");
}
$generalCommandObj = $ai->chooseGeneralTurn($generalCommandObj); // npc AI 처리