From f50a94e5a7a09e8d9eb33cb126a25529f7f40ac3 Mon Sep 17 00:00:00 2001 From: Kamron Batman <3953314+kamronbatman@users.noreply.github.com> Date: Mon, 4 Mar 2024 21:09:58 -0800 Subject: [PATCH] fix: Fixes spawn entry migration (#1696) --- .../Migrations/Server.Engines.Spawners.SpawnerEntry.v1.json | 1 + 1 file changed, 1 insertion(+) diff --git a/Projects/UOContent/Migrations/Server.Engines.Spawners.SpawnerEntry.v1.json b/Projects/UOContent/Migrations/Server.Engines.Spawners.SpawnerEntry.v1.json index 550450b00..9386748e3 100644 --- a/Projects/UOContent/Migrations/Server.Engines.Spawners.SpawnerEntry.v1.json +++ b/Projects/UOContent/Migrations/Server.Engines.Spawners.SpawnerEntry.v1.json @@ -47,6 +47,7 @@ "type": "System.Collections.Generic.List\u003CServer.ISpawnable\u003E", "rule": "ListMigrationRule", "ruleArguments": [ + "@Tidy", "Server.ISpawnable", "SerializableInterfaceMigrationRule" ]