BUG 2309: show true faction to allies.

https://bugs.eressea.de/view.php?id=2309
This commit is contained in:
Enno Rehling 2017-03-08 20:30:32 +01:00
parent 77abd703bd
commit f54165d4f1
2 changed files with 5 additions and 1 deletions

View file

@ -536,6 +536,10 @@ size_t size)
if (wrptr(&bufp, &size, result) != 0) if (wrptr(&bufp, &size, result) != 0)
WARN_STATIC_BUFFER(); WARN_STATIC_BUFFER();
} }
else {
bufp = STRLCPY(bufp, ", ", size);
bufp = STRLCPY(bufp, factionname(fv), size);
}
} }
else { else {
bufp = STRLCPY(bufp, ", ", size); bufp = STRLCPY(bufp, ", ", size);