merge: refresh ng_compare for logical game clock

This commit is contained in:
2026-08-04 12:09:58 +00:00
124 changed files with 2713 additions and 807 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ namespace sammo;
final class NpcPossessionSelector
{
public static function buildSeed(string|int $hiddenSeed, int $owner, string $now): string
public static function buildSeed(string|int $hiddenSeed, int $owner, string|int $now): string
{
return Util::simpleSerialize($hiddenSeed, 'SelectNPCToken', $owner, $now);
}