From eb70e51ac11ca1917fe17a4d78a0ed4956c64083 Mon Sep 17 00:00:00 2001 From: hide_d Date: Thu, 19 Jul 2018 01:21:00 +0900 Subject: [PATCH] =?UTF-8?q?=EC=8B=A4=EC=8B=9C=EA=B0=84=20=EB=A7=B5?= =?UTF-8?q?=EC=9D=80=20=EC=BA=90=EC=8B=B1=ED=95=98=EB=8F=84=EB=A1=9D=20?= =?UTF-8?q?=EC=B2=98=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/a_history.php | 5 ++++- hwe/a_status.php | 5 ++++- hwe/b_diplomacy.php | 5 ++++- hwe/index.php | 5 ++++- hwe/js/map.js | 39 +++++++++++++++++++++++++++++++++++++++ hwe/processing.php | 3 +++ hwe/templates/map.php | 2 +- 7 files changed, 59 insertions(+), 5 deletions(-) diff --git a/hwe/a_history.php b/hwe/a_history.php index 626543a2..4c719bbe 100644 --- a/hwe/a_history.php +++ b/hwe/a_history.php @@ -167,10 +167,13 @@ $history = $db->queryFirstRow('SELECT log,genlog,nation,power,gen,city FROM hist diff --git a/hwe/a_status.php b/hwe/a_status.php index 8b06edcb..4e5f3b35 100644 --- a/hwe/a_status.php +++ b/hwe/a_status.php @@ -37,11 +37,14 @@ if($con >= 2) { printLimitMsg($me['turntime']); exit(); }