암행부 너비 추가 수정

This commit is contained in:
2018-07-28 02:33:42 +09:00
parent e8e5c4f023
commit 421765c40d
2 changed files with 8 additions and 8 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, 27);
$turn[$i] = StringUtil::subStringForWidth($turn[$i], 0, 37);
$k = $i+1;
$turntext[] = "&nbsp;$k : $turn[$i]";
}