feat: BlockScoutAction Action 추가

- 모든 국가의 임관 설정을 임의 설정하는 이벤트 액션
This commit is contained in:
2022-03-15 23:20:28 +09:00
parent 72200683fe
commit eae488b44f
4 changed files with 58 additions and 0 deletions
+2
View File
@@ -252,6 +252,8 @@ class RaiseInvader extends \sammo\Event\Action
$logger->pushGlobalHistoryLog("<L><b>【이벤트】</b></>이민족의 기세는 그 누구도 막을 수 없을듯 합니다!");
$logger->flush();
$gameStor->setValue('block_change_scout', false);
$db->update('plock', [
'plock' => 0
], true);