From 0bb45979dfbe95f1580977fe8462654983771821 Mon Sep 17 00:00:00 2001 From: hide_d Date: Thu, 5 Mar 2020 06:53:15 +0900 Subject: [PATCH] =?UTF-8?q?ng=5Fold=5Fgenerals=EC=97=90=20aux=20=EB=B0=98?= =?UTF-8?q?=EC=98=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/func_gamerule.php | 1 + 1 file changed, 1 insertion(+) diff --git a/hwe/func_gamerule.php b/hwe/func_gamerule.php index 9a7c520a..7250f2d2 100644 --- a/hwe/func_gamerule.php +++ b/hwe/func_gamerule.php @@ -1316,6 +1316,7 @@ function convForOldGeneral(array $general, int $year, int $month){ function storeOldGeneral(int $no, int $year, int $month){ $db = DB::db(); $general = $db->queryFirstRow('SELECT * FROM general WHERE `no` = %i', $no); + $general['aux'] = Json::decode($general['aux']); if(!$general){ return; }