mirror of
https://github.com/BlossomiShymae/clean-cuts.git
synced 2025-12-06 10:10:47 +01:00
Use client path for summoner emotes
This commit is contained in:
@@ -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}});
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user