Fix exection error

This commit is contained in:
Oliver 2026-04-28 23:11:24 -06:00
parent 0cd8af77b2
commit 6b937e03c4

View file

@ -145,7 +145,7 @@ export class AttributeItemData extends foundry.abstract.TypeDataModel {
}); });
}; };
await macro?.execute({ item }); await macro?.execute({ item: this.parent });
}; };
// #endregion Methods // #endregion Methods
}; };