fix: Fixes wrong path for spawning post-uoml era (#777)
This commit is contained in:
parent
75fd8137b1
commit
46fc95ae71
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue