fix: 경매장 이름 풀 난수 생성기에 seed 초기화값 문제 수정
This commit is contained in:
@@ -40,6 +40,7 @@ abstract class Auction
|
||||
if ($namePool === null) {
|
||||
$rng = new RandUtil(new LiteHashDRBG(Util::simpleSerialize(
|
||||
UniqueConst::$hiddenSeed,
|
||||
'obfuscatedNamePool',
|
||||
)));
|
||||
$namePool = [];
|
||||
foreach (GameConst::$randGenFirstName as $ch0) {
|
||||
|
||||
Reference in New Issue
Block a user