Refac: 메시지 타입 지정으로 MessageType Enum 사용
This commit is contained in:
@@ -20,6 +20,7 @@ use function \sammo\GetImageURL;
|
||||
|
||||
use \sammo\Constraint\Constraint;
|
||||
use \sammo\Constraint\ConstraintHelper;
|
||||
use sammo\Enums\MessageType;
|
||||
|
||||
class che_종전제의 extends Command\NationCommand{
|
||||
static protected $actionName = '종전 제의';
|
||||
@@ -148,7 +149,7 @@ class che_종전제의 extends Command\NationCommand{
|
||||
$validUntil->add(new \DateInterval("PT{$validMinutes}M"));
|
||||
|
||||
$msg = new DiplomaticMessage(
|
||||
Message::MSGTYPE_DIPLOMACY,
|
||||
MessageType::diplomacy,
|
||||
$src,
|
||||
$dest,
|
||||
"{$nationName}의 종전 제의 서신",
|
||||
|
||||
Reference in New Issue
Block a user