Skip to content

Commit 36a9982

Browse files
committed
Fix roll
See sentry event e88567e4513a448fbf87cd3abe5f527a
1 parent 09cd45e commit 36a9982

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/service/lootData.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ export const lootTemplateMap: Record<LootKindId, LootTemplate> = {
194194
excludeFromInventory: true,
195195
excludeFromDoubleDrops: true,
196196
onDrop: async (_content, winner, channel, _loot) => {
197-
const rollService = await import("./roll.js");
197+
const rollService = await import("./roll.ts");
198198
await rollService.rollInChannel(winner.user, channel, 1, 6);
199199
},
200200
},

0 commit comments

Comments
 (0)