neutralize 일부 롤백

과거의 나는 다 계획이 있었구나.
This commit is contained in:
2020-05-05 03:57:00 +09:00
parent b004a0609b
commit 8b8f749006
7 changed files with 13 additions and 7 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ if ($permission < 4) {
]);
}
$reason = StringUtil::neutralize($reason);
$reason = trim($reason);
$letter = $db->queryFirstRow('SELECT * FROM ng_diplomacy WHERE no=%i AND dest_nation_id = %i AND state = \'proposed\'', $letterNo, $me['nation']);
if(!$letter){