From 40c6ed2cb7bffa303e15fba44c4a64bc0bbc8836 Mon Sep 17 00:00:00 2001 From: Kamron Batman <3953314+kamronbatman@users.noreply.github.com> Date: Fri, 30 Dec 2022 09:43:52 -0800 Subject: [PATCH] fix: Adds codegen migration for Forest Ostard and Acid (#1315) --- Projects/UOContent/Migrations/Server.Items.Acid.v0.json | 4 ++++ .../UOContent/Migrations/Server.Mobiles.ForestOstard.v0.json | 4 ++++ 2 files changed, 8 insertions(+) create mode 100644 Projects/UOContent/Migrations/Server.Items.Acid.v0.json create mode 100644 Projects/UOContent/Migrations/Server.Mobiles.ForestOstard.v0.json diff --git a/Projects/UOContent/Migrations/Server.Items.Acid.v0.json b/Projects/UOContent/Migrations/Server.Items.Acid.v0.json new file mode 100644 index 000000000..dd8ec5ae0 --- /dev/null +++ b/Projects/UOContent/Migrations/Server.Items.Acid.v0.json @@ -0,0 +1,4 @@ +{ + "version": 0, + "type": "Server.Items.Acid" +} \ No newline at end of file diff --git a/Projects/UOContent/Migrations/Server.Mobiles.ForestOstard.v0.json b/Projects/UOContent/Migrations/Server.Mobiles.ForestOstard.v0.json new file mode 100644 index 000000000..1a17578e4 --- /dev/null +++ b/Projects/UOContent/Migrations/Server.Mobiles.ForestOstard.v0.json @@ -0,0 +1,4 @@ +{ + "version": 0, + "type": "Server.Mobiles.ForestOstard" +} \ No newline at end of file