forked from syntaxbullet/aurorabot
feat: Implement structured lootbox results with image support and display referenced items in shop listings.
This commit is contained in:
@@ -168,7 +168,7 @@ export const inventoryService = {
|
||||
throw new UserError("This item cannot be used.");
|
||||
}
|
||||
|
||||
const results: string[] = [];
|
||||
const results: any[] = [];
|
||||
|
||||
// 2. Apply Effects
|
||||
const { effectHandlers } = await import("@/modules/inventory/effects/registry");
|
||||
|
||||
Reference in New Issue
Block a user