fix id
parent
9895809ccb
commit
a5c702059c
|
|
@ -101,7 +101,7 @@ Hooks.once("init", () => {
|
|||
})
|
||||
|
||||
Hooks.on('dropActorSheetData', (actor, sheet, data) => {
|
||||
if (data.id) {
|
||||
if (data.uuid) {
|
||||
if (actor.type === "character") {
|
||||
return CharacterSheet.onDroppedData(actor, sheet, data);
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in New Issue