[f8bb7aaf30]ng_diplomacy 적용

This commit is contained in:
2019-04-07 22:52:50 +09:00
33 changed files with 952 additions and 149 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ $connect=$db->get();
increaseRefresh("내무부", 1);
$me = $db->queryFirstRow('SELECT no, nation, level, con, turntime, belong FROM general WHERE owner=%i', $userID);
$me = $db->queryFirstRow('SELECT no, nation, level, con, turntime, belong, permission, penalty FROM general WHERE owner=%i', $userID);
$nation = $db->queryFirstRow('SELECT msg, scoutmsg FROM nation WHERE nation = %i', $me['nation']);