diff --git a/hwe/process_war.php b/hwe/process_war.php
index d9df5d69..a42afaf1 100644
--- a/hwe/process_war.php
+++ b/hwe/process_war.php
@@ -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,
]));
diff --git a/hwe/templates/small_war_log.php b/hwe/templates/small_war_log.php
index 2837afbc..634dff47 100644
--- a/hwe/templates/small_war_log.php
+++ b/hwe/templates/small_war_log.php
@@ -4,37 +4,33 @@
>=$year?>년
=$month?>월:
- =$war_type_str?>
+
=$me['crewtype']?>
-
- 【=$me['name']?>】
+ 【=$me['name']?>】
-
- =$me['remain_crew']?>
-
- (=$me['killed_crew']?>)
-
-
+ =$me['remain_crew']?>(=$me['killed_crew']?>)
- VS
+ =$war_type_str?>
-
- =$you['remain_crew']?>
-
- (=$you['killed_crew']?>)
-
-
+ =$you['remain_crew']?>(=$you['killed_crew']?>)
=$you['crewtype']?>
-
- 【=$you['name']?>】
+ 【=$you['name']?>】