test(compare): trace deterministic monthly seed progression
This commit is contained in:
@@ -187,7 +187,8 @@ class che_랜덤임관 extends Command\GeneralCommand
|
||||
LEFT JOIN `rank_data` AS rb ON g.`no` = rb.general_id AND rb.`type` = 'deathcrew_person'
|
||||
LEFT JOIN `nation` AS n ON g.`nation` = n.`nation`
|
||||
WHERE g.`npc` IN (0, 1, 2, 3, 6) AND g.nation != 0 AND n.scout=0 AND n.gennum < %i AND n.nation NOT IN %li
|
||||
GROUP BY g.`nation`",
|
||||
GROUP BY g.`nation`
|
||||
ORDER BY g.`nation`",
|
||||
$genLimit,
|
||||
$notIn
|
||||
);
|
||||
@@ -199,7 +200,8 @@ class che_랜덤임관 extends Command\GeneralCommand
|
||||
LEFT JOIN `rank_data` AS rb ON g.`no` = rb.general_id AND rb.`type` = 'deathcrew_person'
|
||||
LEFT JOIN `nation` AS n ON g.`nation` = n.`nation`
|
||||
WHERE g.`npc` IN (0, 1, 2, 3, 6) AND g.nation != 0 AND n.scout=0 AND n.gennum < %i
|
||||
GROUP BY g.`nation`",
|
||||
GROUP BY g.`nation`
|
||||
ORDER BY g.`nation`",
|
||||
$genLimit
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user