From 96dcb8f475b80f0317bce9a537e53b79f30e73ee Mon Sep 17 00:00:00 2001 From: laqieer Date: Sat, 20 Aug 2022 23:00:41 +0800 Subject: [PATCH] Fix a typo in summoner's bow's description text. --- src/text.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/text.c b/src/text.c index 3e48406d..1b11badd 100644 --- a/src/text.c +++ b/src/text.c @@ -79,7 +79,7 @@ const char* const texts[] = { [0x30F] = "召喚師"TCC_SUMMONER_NAME"の剣", [0x310] = "召喚師"TCC_SUMMONER_NAME"の槍", [0x311] = "召喚師"TCC_SUMMONER_NAME"の斧", - [0x312] = "召喚師"TCC_SUMMONER_NAME"の斧", + [0x312] = "召喚師"TCC_SUMMONER_NAME"の弓", [0x380] = "召喚師自身のことを" TCC_NEWLINE "占ってくれます", [0x3E4] = "召喚師の名前です",