구 Legacy SQL 명령을 사용하는 함수 수정

increateRefresh(), RegNation(), RegCity()

$connect 인자가 필요없는 함수 수정
push*Log() 류
This commit is contained in:
2018-03-04 18:43:53 +09:00
parent a3791fa6fd
commit 7cc5558e33
63 changed files with 1024 additions and 1071 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ $eachCount = MYDB_num_rows($result);
$eachCount = round($eachCount / 7) * 2;
for($i=0; $i < 7; $i++) {
RegNation($connect, $name[$i], "800000", 999999, 999999, "중원의 부패를 물리쳐라! 이민족 침범!", 15000, $eachCount, "병가", 0);
RegNation($name[$i], "800000", 999999, 999999, "중원의 부패를 물리쳐라! 이민족 침범!", 15000, $eachCount, "병가", 0);
}
//////////////////////////외교//////////////////////////////////////////////////