diff --git a/hwe/func_npc.php b/hwe/func_npc.php index 724f805e..f7cbaf20 100644 --- a/hwe/func_npc.php +++ b/hwe/func_npc.php @@ -478,6 +478,7 @@ function processAI($no) { $db->update('nation', [ 'l12turn0'=>$command ], 'nation=%i', $general['nation']); + $rulerCommand = 1; }while(false); } }