Added indices, fixed bugs

This commit is contained in:
Stefan Zermatten
2018-09-27 09:39:21 +02:00
parent cf33bfcce1
commit d82031ab0d
4 changed files with 6 additions and 3 deletions

View File

@@ -150,4 +150,5 @@ getDefaultCharacterDocs = function(charId){
parent: _.clone(baseParent),
});
}
return docs;
}