game 테이블을 모두 gameStor로 변환

This commit is contained in:
2018-05-20 03:43:02 +09:00
parent af9df325f0
commit 0516007130
28 changed files with 200 additions and 427 deletions
+1 -2
View File
@@ -2153,8 +2153,7 @@ function process_76(&$general) {
$npcid++;
}
//npccount
$query = "update game set npccount={$npcid}";
MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),"");
$gameStor->npccount=$npcid;
//국가 기술력 그대로
$query = "select no from general where nation='{$general['nation']}'";