diff --git a/core/models.ts b/core/models.ts index 4357789..3b1a7c7 100644 --- a/core/models.ts +++ b/core/models.ts @@ -207,7 +207,7 @@ export class SummonerEmote extends CommunityDragonObject { } getInventoryIcon(version: string): string { - return this.resolveGamePath({path: this.inventoryIcon, version: version}).replace("inventory", "vfx"); + return this.resolveClientPath({path: this.inventoryIcon, args: {locale: "default", version: version}}); } }