암행부 추가 확장

This commit is contained in:
2018-07-28 02:38:19 +09:00
parent 86e863de09
commit 77a496baa7
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -161,7 +161,7 @@ foreach ($generals as &$general) {
$turn = getTurn($general, 1, 0);
for ($i=0; $i < 5; $i++) {
$turn[$i] = StringUtil::subStringForWidth($turn[$i], 0, 37);
$turn[$i] = StringUtil::subStringForWidth($turn[$i], 0, 41);
$k = $i+1;
$turntext[] = "&nbsp;$k : $turn[$i]";
}