diff --git a/Moose Development/Moose/Core/SpawnStatic.lua b/Moose Development/Moose/Core/SpawnStatic.lua index d1ef5b3da..1067f3649 100644 --- a/Moose Development/Moose/Core/SpawnStatic.lua +++ b/Moose Development/Moose/Core/SpawnStatic.lua @@ -402,6 +402,7 @@ function SPAWNSTATIC:_SpawnStatic(Template, CountryID) -- Register the new static. --_DATABASE:_RegisterStaticTemplate(Template, self.CoalitionID, self.CategoryID, CountryID) + _DATABASE:AddStatic(Template.name) -- Debug output. self:T(Template)