fix VH type
This commit is contained in:
parent
d8ac2a7ee7
commit
0665e64459
@ -72,7 +72,7 @@ class CombatZoneFormat : LogFormatter {
|
|||||||
}
|
}
|
||||||
builder.AppendFormat("CZ: {0}x{1}{2}",
|
builder.AppendFormat("CZ: {0}x{1}{2}",
|
||||||
log.Value.Count,
|
log.Value.Count,
|
||||||
log.Key.Grade.Substring(0, 1),
|
grade,
|
||||||
log.Key.Type.Substring(0, 1)
|
log.Key.Type.Substring(0, 1)
|
||||||
);
|
);
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user