From e03715ee465a5e5813335a0fc869587c944d5cad Mon Sep 17 00:00:00 2001 From: hide_d Date: Thu, 28 Jun 2018 00:28:00 +0900 Subject: [PATCH] =?UTF-8?q?=EC=B2=9C=ED=86=B5=20=EC=95=88=EB=90=98?= =?UTF-8?q?=EB=8A=94=20=EB=B2=84=EA=B7=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/func_gamerule.php | 1 - 1 file changed, 1 deletion(-) diff --git a/hwe/func_gamerule.php b/hwe/func_gamerule.php index de2562da..6c93881e 100644 --- a/hwe/func_gamerule.php +++ b/hwe/func_gamerule.php @@ -1339,7 +1339,6 @@ function checkEmperior() { $db->insert('ng_old_nations', [ 'server_id'=>UniqueConst::$serverID, 'nation'=>$nation['nation'], - 'history'=>'', 'data'=>Json::encode($oldNation) ]);