diff --git a/hwe/b_dipcenter.php b/hwe/b_dipcenter.php index 4afda638..1241e34c 100644 --- a/hwe/b_dipcenter.php +++ b/hwe/b_dipcenter.php @@ -16,7 +16,7 @@ increaseRefresh("내무부", 1); $me = $db->queryFirstRow('SELECT no, nation, level, con, turntime, belong, permission, penalty FROM general WHERE owner=%i', $userID); $nationID = $me['nation']; -$nation = $db->queryFirstRow('SELECT nation,name,color,type,gold,rice,bill,rate,scout,war,secretlimit,msg,scoutmsg FROM nation WHERE nation = %i', $nationID); +$nation = $db->queryFirstRow('SELECT nation,level,name,color,type,gold,rice,bill,rate,scout,war,secretlimit,msg,scoutmsg,capital FROM nation WHERE nation = %i', $nationID); $con = checkLimit($me['con']); if ($con >= 2) { @@ -171,7 +171,7 @@ if ($budgetricediff > 0) { } ?> -