fix: 이민족 종료 시점

This commit is contained in:
2021-04-11 23:17:47 +09:00
parent 64404e4092
commit 433c4abb86
2 changed files with 1 additions and 4 deletions
-3
View File
@@ -51,9 +51,6 @@ class InvaderEnding extends \sammo\Event\Action{
$logger->flush();
$gameStor->conlimit = $gameStor->conlimit * 100;
$db->update('plock', [
'plock' => 1
], true);
$eventID = Util::array_get($env['currentEventID']);
$db->delete('event', 'id = %i', $eventID);
+1 -1
View File
@@ -321,7 +321,7 @@ class TurnExecutionHelper
return;
}
if ($gameStor->isunited == 2) {
if ($gameStor->isunited == 2 || $gameStor->isunited == 3) {
//천통시에는 동결
return;
}