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 {