fix errors on insertion to game, fix db creation of game
This commit is contained in:
@@ -36,7 +36,7 @@ func (p *Pack) ToDB(dest **db.Pack) bool {
|
||||
System: p.System,
|
||||
PackageType: p.PackageType,
|
||||
PackageName: p.PackageName,
|
||||
Key: p.Id,
|
||||
ID: p.Id,
|
||||
}
|
||||
|
||||
p.Ownership.ToDB(&pack.Ownership)
|
||||
|
||||
Reference in New Issue
Block a user