From 73c06a80b1657a96e349046ee9bcdc0e6d76c045 Mon Sep 17 00:00:00 2001 From: LeRatierBretonnier Date: Thu, 2 Apr 2026 20:27:31 +0200 Subject: [PATCH] Fix logo --- module/documents/item.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/documents/item.mjs b/module/documents/item.mjs index be268a0..d1f2727 100644 --- a/module/documents/item.mjs +++ b/module/documents/item.mjs @@ -6,7 +6,7 @@ const defaultItemImg = { spell: "systems/fvtt-oath-hammer/assets/icons/icon_spell.svg", miracle: "systems/fvtt-oath-hammer/assets/icons/icon_miracle.svg", "magic-item": "systems/fvtt-oath-hammer/assets/icons/icon_magicitem.svg", - trait: "systems/fvtt-oath-hammer/assets/icons/icon_ability.svg", + trait: "systems/fvtt-oath-hammer/assets/icons/icon_trait.svg", oath: "systems/fvtt-oath-hammer/assets/icons/icon_oath.svg", building: "systems/fvtt-oath-hammer/assets/icons/icon_building.svg", class: "systems/fvtt-oath-hammer/assets/icons/icon_class.svg",