Skip to content

Commit

Permalink
SORT_KEYの違反を修正
Browse files Browse the repository at this point in the history
  • Loading branch information
ysakasin committed Mar 20, 2021
1 parent 91ef9bc commit 36a9a1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bcdice/game_system/Cthulhu_Korean.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class Cthulhu_Korean < Cthulhu
NAME = '크툴루'

# ゲームシステム名の読みがな
SORT_KEY = '国際化:Korean:크툴루의부름7'
SORT_KEY = '国際化:Korean:크툴루'

# ダイスボットの使い方
HELP_MESSAGE = <<~INFO_MESSAGE_TEXT
Expand Down

0 comments on commit 36a9a1a

Please sign in to comment.