국호변경, 국기변경, string neutralize

This commit is contained in:
2020-05-05 03:44:00 +09:00
parent 82d4efcbc2
commit b004a0609b
16 changed files with 470 additions and 106 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ if ($permission < 4) {
]);
}
$reason = trim($reason);
$reason = StringUtil::neutralize($reason);
$letter = $db->queryFirstRow('SELECT * FROM ng_diplomacy WHERE no=%i AND dest_nation_id = %i AND state = \'proposed\'', $letterNo, $me['nation']);
if(!$letter){