From b485e6927e6cafa76361a41a3e3b5bfd4e4c042a Mon Sep 17 00:00:00 2001 From: hide_d Date: Tue, 18 Sep 2018 01:47:48 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B6=80=EB=8C=80=EC=9E=A5=20=EB=B2=88?= =?UTF-8?q?=ED=98=B8=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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/func_gamerule.php b/hwe/func_gamerule.php index 18f48495..b3e3923f 100644 --- a/hwe/func_gamerule.php +++ b/hwe/func_gamerule.php @@ -1057,7 +1057,7 @@ function updateNationState() { } } - $gameStor->assemblerlID = $lastAssemblerID; + $gameStor->assemblerID = $lastAssemblerID; //작위 상승 $query = "update nation set level='{$nation['level']}' where nation='{$nation['nation']}'";