fix: Fixes wrong path for spawning post-uoml era (#777)

This commit is contained in:
Kamron Batman 2021-09-09 11:44:49 -07:00 committed by GitHub
parent 75fd8137b1
commit 46fc95ae71
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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