pull/50/head
macniel 2025-10-04 22:36:48 +02:00
parent 9895809ccb
commit a5c702059c
1 changed files with 1 additions and 1 deletions

View File

@ -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 {