From 1d516f08b3be3d5d7d1f04f86b57eb6505bb32c7 Mon Sep 17 00:00:00 2001 From: hide_d Date: Wed, 8 Sep 2021 23:55:37 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20recent=5Fmap=20=EC=97=90=EB=9F=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/recent_map.php | 9 +++++---- hwe/ts/map.ts | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/hwe/recent_map.php b/hwe/recent_map.php index 98de348a..0c5d8663 100644 --- a/hwe/recent_map.php +++ b/hwe/recent_map.php @@ -15,9 +15,10 @@ include "func.php"; 최근 지도 - + DB::prefix(), + 'serverID' => UniqueConst::$serverID + ]) ?> @@ -46,7 +47,7 @@ include "func.php"; 현황
- +
diff --git a/hwe/ts/map.ts b/hwe/ts/map.ts index 8b0b4498..49f135e9 100644 --- a/hwe/ts/map.ts +++ b/hwe/ts/map.ts @@ -171,7 +171,7 @@ export async function reloadWorldMap(option: loadMapOption, drawTarget = '.world const cityPosition = window.getCityPosition(); const storedOldMapKey = `sam.${serverNick}.map`; - const storedStartYear = `am.${serverNick}.startYear`; + const storedStartYear = `sam.${serverNick}.startYear`; //OBJ : startYear, year, month, cityList, nationList, spyList, shownByGeneralList, myCity async function checkReturnObject(obj: MapRawResult): Promise {