diff --git a/hwe/sammo/GeneralAI.php b/hwe/sammo/GeneralAI.php index 756aff34..b753a2de 100644 --- a/hwe/sammo/GeneralAI.php +++ b/hwe/sammo/GeneralAI.php @@ -3982,6 +3982,7 @@ class GeneralAI if ($chief->getNPCType() < 2 && $chief->getVar('killturn') >= $minUserKillturn) { $userChiefCnt += 1; $chief->setVar('permission', 'ambassador'); + $chief->applyDB($db); } }