From 9eff1ccaed4c0e617b00ab99bf90613e13f9c716 Mon Sep 17 00:00:00 2001 From: Hide_D Date: Sat, 27 Aug 2022 12:15:12 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EA=B2=BD=EB=A7=A4=EC=9E=A5=20=EC=9D=B4?= =?UTF-8?q?=EB=A6=84=20=ED=92=80=20=EB=82=9C=EC=88=98=20=EC=83=9D=EC=84=B1?= =?UTF-8?q?=EA=B8=B0=EC=97=90=20seed=20=EC=B4=88=EA=B8=B0=ED=99=94?= =?UTF-8?q?=EA=B0=92=20=EB=AC=B8=EC=A0=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/Auction.php | 1 + 1 file changed, 1 insertion(+) diff --git a/hwe/sammo/Auction.php b/hwe/sammo/Auction.php index c5beab2a..9c5dc3f8 100644 --- a/hwe/sammo/Auction.php +++ b/hwe/sammo/Auction.php @@ -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) {