From 46fc95ae716013b75fbbd31766c0d0e0b31a367d Mon Sep 17 00:00:00 2001 From: Kamron Batman <3953314+kamronbatman@users.noreply.github.com> Date: Thu, 9 Sep 2021 11:44:49 -0700 Subject: [PATCH] fix: Fixes wrong path for spawning post-uoml era (#777) --- Projects/UOContent/Gumps/AdminGump.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Projects/UOContent/Gumps/AdminGump.cs b/Projects/UOContent/Gumps/AdminGump.cs index 7eccfa23e..add8aa9ec 100644 --- a/Projects/UOContent/Gumps/AdminGump.cs +++ b/Projects/UOContent/Gumps/AdminGump.cs @@ -2133,7 +2133,7 @@ namespace Server.Gumps { if (Core.SA) { - InvokeCommand("GenerateSpawners Data/Spawns/post-uoml/*.json"); + InvokeCommand("GenerateSpawners Data/Spawns/post-uoml/*/*.json"); } else {