DiplomaticMessage 작성중

ScoutMessage 버그 개선
This commit is contained in:
2018-04-15 02:41:00 +09:00
parent 9fb455d38a
commit 655cd1700c
8 changed files with 180 additions and 34 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ class Personnel{
$this->year,
$this->month,
$this->killturn
) = $db->queryFirstList('SELECT startyear, year, month, killturn FROM game LIMIt 1');
) = $db->queryFirstList('SELECT startyear, year, month, killturn FROM game LIMIT 1');
}