feat: expand 100th-season pool through phase 99

This commit is contained in:
2026-07-28 00:29:25 +00:00
parent 95f66e4c39
commit d8bf8ba922
5 changed files with 143957 additions and 3 deletions
+1 -3
View File
@@ -38,9 +38,7 @@ class SPoolUnderU100 extends AbsFromUserPool
public static function initPool(\MeekroDB $db)
{
// 현재 ref 저장소에 보존된 공식 클래식 명장 자료는 1~29기 자료다.
// 풀 형식과 event100Unique는 이후 30~99기 자료를 같은 형태로 합칠 수 있다.
$jsonData = Json::decode(file_get_contents(__DIR__ . '/Pool/UnderS30.json'));
$jsonData = Json::decode(file_get_contents(__DIR__ . '/Pool/UnderS100.json'));
$columns = $jsonData['columns'];
$sqlValues = [];
foreach ($jsonData['data'] as $idx => $rawItem) {