From 506f2771e71ebbe15a8eefc3f2d4958fd8a6fb1e Mon Sep 17 00:00:00 2001 From: dis- Date: Tue, 25 Feb 2014 19:35:48 +0900 Subject: [PATCH] fix typo --- src/mspells3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mspells3.c b/src/mspells3.c index f6497677f..c2555f1f1 100644 --- a/src/mspells3.c +++ b/src/mspells3.c @@ -1244,7 +1244,7 @@ static bool cast_learned_spell(int spell, bool success) if ((r_ptr->flagsr & (RFR_EFF_RES_NEXU_MASK | RFR_RES_TELE)) || (r_ptr->flags1 & RF1_QUESTOR) || (r_ptr->level + randint1(50) > plev + randint1(60))) { - msg_print(_("¤·¤«¤·¸ú²Ì¤¬¤Ê¤«¤Ã¤¿¡ª", "%^s is unaffected!"), m_name); + msg_format(_("¤·¤«¤·¸ú²Ì¤¬¤Ê¤«¤Ã¤¿¡ª", "%^s is unaffected!"), m_name); } else teleport_level(target_m_idx); break; -- 2.11.0