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) {