* Fix an issue for SPAWN:NewFromTemplate when re-using same template over and again
This commit is contained in:
Applevangelist
2024-03-10 16:52:46 +01:00
parent 4d8abe7f57
commit 11acb578f6
2 changed files with 2 additions and 2 deletions

View File

@@ -932,7 +932,7 @@ function DATABASE:Spawn( SpawnTemplate )
SpawnTemplate.CountryID = nil
SpawnTemplate.CategoryID = nil
self:_RegisterGroupTemplate( SpawnTemplate, SpawnCoalitionID, SpawnCategoryID, SpawnCountryID )
self:_RegisterGroupTemplate( SpawnTemplate, SpawnCoalitionID, SpawnCategoryID, SpawnCountryID, SpawnTemplate.name )
self:T3( SpawnTemplate )
coalition.addGroup( SpawnCountryID, SpawnCategoryID, SpawnTemplate )