버그 수정

This commit is contained in:
2019-04-21 15:41:02 +09:00
parent 2765e1c923
commit 9ad8d70cf7
9 changed files with 32 additions and 14 deletions
+1 -1
View File
@@ -142,7 +142,7 @@ class che_몰수 extends Command\NationCommand{
Message::MSGTYPE_PUBLIC,
$src,
$src,
$str,
$text,
new \DateTime(),
new \DateTime('9999-12-31'),
[]
+2
View File
@@ -1,5 +1,7 @@
<?php
namespace sammo\Command;
use \sammo\General;
use \sammo\LastTurn;
abstract class NationCommand extends BaseCommand{
protected $lastTurn;