Fixed so that dropping on class/subclass...creates the item on the character

This commit is contained in:
WBHarry 2025-08-10 20:36:21 +02:00
parent b470a1dc51
commit c4e5795153
2 changed files with 49 additions and 18 deletions

View file

@ -129,6 +129,7 @@ export default function DHApplicationMixin(Base) {
const docs = [];
for (const docData of this.relatedDocs) {
if (!docData) continue;
const doc = await foundry.utils.fromUuid(docData.uuid);
docs.push(doc);
}