Use client path for summoner emotes

This commit is contained in:
BlossomiShymae
2024-05-02 11:23:07 -05:00
parent 2db643b49f
commit 2a6f75fde5

View File

@@ -207,7 +207,7 @@ export class SummonerEmote extends CommunityDragonObject {
} }
getInventoryIcon(version: string): string { 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}});
} }
} }