구버전 첩보 마이그레이션시 지도 표기 버그 수정

This commit is contained in:
2018-07-07 04:58:19 +09:00
parent 837db5183e
commit fb8d2a2e01
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1750,7 +1750,7 @@ function process_31(&$general) {
if($rawSpy == ''){
$spyInfo = [];
}
else if(strpos($rawSpy, '|') !== false || is_integer($rawSpy)){
else if(strpos($rawSpy, '|') !== false || is_numeric($rawSpy)){
//TODO: 0.8 버전 이후에는 삭제할 것. 이후 버전은 json으로 변경됨.
$spyInfo = [];
foreach(explode('|', $rawSpy) as $value){