Ajout des actions
This commit is contained in:
@@ -361,7 +361,7 @@ async function loadSecretCompendiums() {
|
||||
});
|
||||
if (translation) {
|
||||
let babele = Babele.get()
|
||||
let entry = mergeObject(translation, { collection: metadata.id })
|
||||
let entry = foundry.utils.mergeObject(translation, { collection: metadata.id })
|
||||
babele.translations.push(entry)
|
||||
console.log(">>>>", babele.translations)
|
||||
babele.packs.set(metadata.id, new TranslatedCompendium(metadata, entry))
|
||||
|
||||
Reference in New Issue
Block a user