Skip to content
This repository was archived by the owner on Sep 26, 2024. It is now read-only.

Commit 96dcb8f

Browse files
committed
Fix a typo in summoner's bow's description text.
1 parent fa27da8 commit 96dcb8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/text.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ const char* const texts[] = {
7979
[0x30F] = "召喚師"TCC_SUMMONER_NAME"の剣",
8080
[0x310] = "召喚師"TCC_SUMMONER_NAME"の槍",
8181
[0x311] = "召喚師"TCC_SUMMONER_NAME"の斧",
82-
[0x312] = "召喚師"TCC_SUMMONER_NAME"の斧",
82+
[0x312] = "召喚師"TCC_SUMMONER_NAME"の弓",
8383
[0x380] = "召喚師自身のことを" TCC_NEWLINE
8484
"占ってくれます",
8585
[0x3E4] = "召喚師の名前です",

0 commit comments

Comments
 (0)