From 7ec3fcc78ee82b57f089df241d0edb3a93c0e469 Mon Sep 17 00:00:00 2001 From: hide_d Date: Tue, 17 Apr 2018 19:11:09 +0900 Subject: [PATCH] =?UTF-8?q?=EB=8C=80=EB=AC=B8=EC=9E=90=20GAME=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/func.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/func.php b/hwe/func.php index 65c6d9d5..bb3538b0 100644 --- a/hwe/func.php +++ b/hwe/func.php @@ -1373,7 +1373,7 @@ function updateTraffic() { function CheckOverhead() { //서버정보 $db = DB::db(); - $admin = $db->queryFirstRow('SELECT turnterm, conlimit from GAME LIMIT 1'); + $admin = $db->queryFirstRow('SELECT turnterm, conlimit from game LIMIT 1'); $con = Util::round(pow($admin['turnterm'], 0.6) * 3) * 10;