v0.8 업데이트 #116

Closed
Hide_D wants to merge 209 commits from custom_map into devel
Showing only changes of commit addc8fc404 - Show all commits
+1 -1
View File
@@ -1243,7 +1243,7 @@ function checkEmperior() {
$db->insert('ng_old_nations', [
'server_id'=>UniqueConst::$serverID,
'nation'=>$city['nation'],
'nation'=>$nation['nation'],
'data'=>Json::encode($oldNation)
]);