This commit is contained in:
2019-04-07 22:15:53 +09:00
parent 91cc1159bc
commit d4acad33ea
11 changed files with 71 additions and 32 deletions
+2
View File
@@ -169,6 +169,8 @@ class Personnel{
$setValues['killturn'] = $this->killturn;
}
$setValues['permission'] = 'normal';
$db->update('general', $setValues, 'no=%i', $generalID);
$db->update('general', $setSenderValues, 'no=%i', $this->senderID);
$db->update('nation', $setOriginalNationValues, 'nation=%i', $general['nation']);