메시지 전송 시스템을 새 시스템에 맞게 수정

국가의 기본 정보를 중복 쿼리 없이 받아오는 함수 추가
  - 해당 함수를 위해 국가색, 건국 등의 국가 정보가 바뀌는 경우 refresh
새 메시지 시스템 적용을 위해 메인 페이지 틀 변경
This commit is contained in:
2018-02-22 02:04:54 +09:00
parent 2fb005ec6d
commit 34cd58d8f3
15 changed files with 180 additions and 226 deletions
+4
View File
@@ -867,6 +867,8 @@ function checkMerge($connect) {
unset($mylog);
unset($youlog);
unset($history);
getNationStaticInfo(null, true);
}
}
@@ -985,6 +987,8 @@ function checkSurrender($connect) {
unset($mylog);
unset($youlog);
unset($history);
getNationStaticInfo(null, true);
}
}