From f31a110d756aa0e80a30a3249322bfc744b1021d Mon Sep 17 00:00:00 2001 From: nhmall Date: Thu, 7 Dec 2023 09:59:34 -0500 Subject: [PATCH] yet more monsym() --- src/utf8map.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utf8map.c b/src/utf8map.c index 136ba4c78..06b337522 100644 --- a/src/utf8map.c +++ b/src/utf8map.c @@ -270,7 +270,7 @@ glyph_find_core(const char *id, struct find_struct *findwhat) break; case find_pm: if (glyph_is_monster(glyph) - && mons[glyph_to_mon(glyph)].mlet == findwhat->val) + && monsym(&mons[glyph_to_mon(glyph)]) == findwhat->val) do_callback = TRUE; break; case find_oc: