Fix img for drag n drop on compendium

This commit is contained in:
Vlyan
2021-01-02 16:09:30 +01:00
parent 16c1ae8605
commit 66353d71c6

View File

@@ -70,7 +70,7 @@ export class HelpersL5r5e {
try {
// Named pack
if (pack) {
const data = await game.packs.get(pack).getEntry(id);
const data = await game.packs.get(pack).getEntity(id);
if (data) {
return HelpersL5r5e.createItemFromCompendium(data);
}