Merge branch 'NetHack-3.6.2-beta01' of https://rodney.nethack.org:20040/git/NHsource into NetHack-3.6.2-beta01

This commit is contained in:
nhmall
2018-09-22 09:01:37 -04:00
2 changed files with 2 additions and 1 deletions

View File

@@ -1052,7 +1052,7 @@ unsigned doname_flags;
obj->leashmon = 0;
} else {
Sprintf(eos(bp), " (attached to %s)",
a_monnam(mlsh));
noit_mon_nam(mlsh));
}
break;
}