컬러 코드에 전부 # 추가.

image 파일에는 #이 없어야 하므로 이후 대응 필요
This commit is contained in:
2018-03-04 23:44:20 +09:00
parent 0ab656349e
commit 77395dd90e
41 changed files with 427 additions and 427 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($name[$i], "800000", 999999, 999999, "중원의 부패를 물리쳐라! 이민족 침범!", 15000, $eachCount, "병가", 0);
RegNation($name[$i], "#800000", 999999, 999999, "중원의 부패를 물리쳐라! 이민족 침범!", 15000, $eachCount, "병가", 0);
}
//////////////////////////외교//////////////////////////////////////////////////