fix missing kampfstatus

This commit is contained in:
Steffen Mecke 2015-01-14 21:55:27 +01:00
parent 2cc8c1f871
commit e28222c5be
1 changed files with 2 additions and 2 deletions

View File

@ -58,10 +58,10 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
* Spionage des Spions */
void spy_message(int spy, const unit * u, const unit * target)
{
/* const char *str = report_kampfstatus(target, u->faction->locale);*/
const char *str = report_kampfstatus(target, u->faction->locale);
ADDMSG(&u->faction->msgs, msg_message("spyreport", "spy target status", u,
target));
target, str));
if (spy > 20) {
sc_mage *mage = get_mage(target);
/* for mages, spells and magic school */