Skip to content

Commit 064d1a0

Browse files
committed
Fix asset path
1 parent 50385e5 commit 064d1a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/service/lootData.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ export const lootTemplateMap: Record<LootKindId, LootTemplate> = {
492492
titleText: "Einen Block Blei",
493493
dropDescription: "Ganz schön schwer.",
494494
emote: ":rock:",
495-
asset: "assets/loot/37-blei.jpg",
495+
asset: "assets/loot/37-blei.png",
496496
initialAttributes: [],
497497
},
498498
} as const;

0 commit comments

Comments
 (0)