Update src/services/inventoryService.ts
Some checks failed
Build / build (pull_request) Failing after 55s
Some checks failed
Build / build (pull_request) Failing after 55s
This commit is contained in:
parent
27f99ae7fe
commit
15f3a499bf
@ -2282,4 +2282,4 @@ export const giveNemesisPetRecipe = (
|
|||||||
|
|
||||||
export const getEffectiveAvatarImageType = (inventory: TInventoryDatabaseDocument): string => {
|
export const getEffectiveAvatarImageType = (inventory: TInventoryDatabaseDocument): string => {
|
||||||
return inventory.ActiveAvatarImageType ?? "/Lotus/Types/StoreItems/AvatarImages/AvatarImageDefault";
|
return inventory.ActiveAvatarImageType ?? "/Lotus/Types/StoreItems/AvatarImages/AvatarImageDefault";
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user