mirror of
https://github.com/BlossomiShymae/clean-cuts.git
synced 2026-05-07 09:55:47 +02:00
Use client path for summoner emotes
This commit is contained in:
+1
-1
@@ -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