전투 로그 길이 축소

This commit is contained in:
2018-06-01 03:11:46 +09:00
parent 275d9b1c25
commit f9d90c38ef
2 changed files with 17 additions and 21 deletions
+3 -3
View File
@@ -427,7 +427,7 @@ function processWar($general, $city) {
'year'=>$year,
'month'=>$month,
'war_type'=>'siege',
'war_type_str'=>'',
'war_type_str'=>'',
'me' => $render_attacker,
'you' => $render_defender,
]));
@@ -1318,7 +1318,7 @@ function processWar($general, $city) {
'year'=>$year,
'month'=>$month,
'war_type'=>'attack',
'war_type_str'=>'',
'war_type_str'=>'',
'me' => $render_attacker,
'you' => $render_defender,
]));
@@ -1327,7 +1327,7 @@ function processWar($general, $city) {
'year'=>$year,
'month'=>$month,
'war_type'=>'defense',
'war_type_str'=>'',
'war_type_str'=>'',
'me' => $render_defender,
'you' => $render_attacker,
]));