Lavaeolous / PF1-StatBlock-Converter-Module

FoundryVTT Module to convert PF1 Statblocks into Foundry Actors (PC or NPC).
MIT License
14 stars 12 forks source link

Update access to packs #558

Closed Lavaeolous closed 1 year ago

Lavaeolous commented 1 year ago

foundEntity = await pack.getDocument(searchResult.index._id) does not seem to work anymore

Lavaeolous commented 1 year ago

the packname is no longer created correctly

Lavaeolous commented 1 year ago

changed let packName = searchResult.pack.metadata.package to let packName = searchResult.pack.metadata.packageName