실시간 맵은 캐싱하도록 처리

This commit is contained in:
2018-07-19 01:21:00 +09:00
parent 283b4f7d00
commit c50642dd95
7 changed files with 59 additions and 5 deletions
+4 -1
View File
@@ -37,11 +37,14 @@ if($con >= 2) { printLimitMsg($me['turntime']); exit(); }
<?=WebUtil::printJS('d_shared/base_map.js')?>
<?=WebUtil::printJS('js/map.js')?>
<script>
window.serverNick = '<?=DB::prefix()?>';
window.serverID = '<?=UniqueConst::$serverID?>';
$(function(){
reloadWorldMap({
neutralView:true,
showMe:true
showMe:true,
useCachedMap:true
});
});