fix: 이민족 종료 시점
This commit is contained in:
@@ -51,9 +51,6 @@ class InvaderEnding extends \sammo\Event\Action{
|
|||||||
$logger->flush();
|
$logger->flush();
|
||||||
|
|
||||||
$gameStor->conlimit = $gameStor->conlimit * 100;
|
$gameStor->conlimit = $gameStor->conlimit * 100;
|
||||||
$db->update('plock', [
|
|
||||||
'plock' => 1
|
|
||||||
], true);
|
|
||||||
|
|
||||||
$eventID = Util::array_get($env['currentEventID']);
|
$eventID = Util::array_get($env['currentEventID']);
|
||||||
$db->delete('event', 'id = %i', $eventID);
|
$db->delete('event', 'id = %i', $eventID);
|
||||||
|
|||||||
@@ -321,7 +321,7 @@ class TurnExecutionHelper
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($gameStor->isunited == 2) {
|
if ($gameStor->isunited == 2 || $gameStor->isunited == 3) {
|
||||||
//천통시에는 동결
|
//천통시에는 동결
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user