diff --git a/twe/j_msg_contact_list.php b/twe/j_msg_contact_list.php index 20a34126..2f279a15 100644 --- a/twe/j_msg_contact_list.php +++ b/twe/j_msg_contact_list.php @@ -4,6 +4,12 @@ include('func.php'); use utilphp\util as util; +if(!getGeneralID()){ + returnJson([ + "nation"=>[] + ]); +} + session_write_close(); // 세션 안쓴다 //NOTE: 모든 국가, 모든 장수에 대해서 같은 결과라면 캐싱 가능하지 않을까?