From 28cea4ee0968a465671dadf12bc4356b3999064c Mon Sep 17 00:00:00 2001 From: Hide_D Date: Sat, 8 Jun 2024 18:55:48 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=EB=A9=94=EC=8B=9C=EC=A7=80=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/Enums/PenaltyKey.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/sammo/Enums/PenaltyKey.php b/hwe/sammo/Enums/PenaltyKey.php index d4e651e0..3592f7a0 100644 --- a/hwe/sammo/Enums/PenaltyKey.php +++ b/hwe/sammo/Enums/PenaltyKey.php @@ -26,7 +26,7 @@ enum PenaltyKey: string PenaltyKey::SendPrivateMsgDelay => '개인 메세지 보내기 제한 시간', PenaltyKey::NoSendPrivateMsg => '개인 메세지 보내기 금지', PenaltyKey::NoSendPublicMsg => '공개 메세지 보내기 금지', - PenaltyKey::NoTopSecret => '최고기밀 메세지 보내기 금지', + PenaltyKey::NoTopSecret => '암행부 열람 금지', PenaltyKey::NoChief => '수뇌 금지', PenaltyKey::NoAmbassador => '외교권자 금지', PenaltyKey::NoBanGeneral => '장수 추방 금지',