fix: 경매장 이름 풀 난수 생성기에 seed 초기화값 문제 수정

This commit is contained in:
2022-08-27 12:15:12 +09:00
parent 66170c98dd
commit 9eff1ccaed
+1
View File
@@ -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) {