mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-19 00:19:03 +01:00
Fixed multiclass feature/item linking
This commit is contained in:
parent
92f55db564
commit
2b5d04abef
4 changed files with 20 additions and 9 deletions
|
|
@ -125,7 +125,7 @@ export default class BaseDataItem extends foundry.abstract.TypeDataModel {
|
|||
this.updateSource({ actions: [action] });
|
||||
}
|
||||
|
||||
options.origUuid = data.uuid;
|
||||
options.origUuid = data.uuid ?? `Item.${data._id}`;
|
||||
}
|
||||
|
||||
_onCreate(data, options) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue