misc: 1월 접속 공지 위치 이동
This commit is contained in:
@@ -94,11 +94,5 @@ class ProcessSemiAnnual extends \sammo\Event\Action
|
||||
$db->update('nation', [
|
||||
$resource => $db->sqleval('IF(%b > 100000, %b * 0.95, IF(%b > 10000, %b * 0.97, %b * 0.99))', $resource, $resource, $resource, $resource, $resource)
|
||||
], '%b > 1000', $resource);
|
||||
|
||||
[$year, $month] = [$env['year'], $env['month']];
|
||||
if($month == 1){
|
||||
pushGlobalHistoryLog(["<R>★</>{$year}년 {$month}월: <S>모두들 즐거운 게임 하고 계신가요? ^^ <Y>매너 있는 플레이</> 부탁드리고, <M>지나친 훼접</>은 삼가주세요~</>"], $year, $month);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user