fix: incorrect ordering of relicQualitySuffixes #2708
@ -64,9 +64,9 @@ interface ItemLists {
|
|||||||
|
|
||||||
const relicQualitySuffixes: Record<TRelicQuality, string> = {
|
const relicQualitySuffixes: Record<TRelicQuality, string> = {
|
||||||
VPQ_BRONZE: "",
|
VPQ_BRONZE: "",
|
||||||
VPQ_SILVER: " [Flawless]",
|
VPQ_SILVER: " [Exceptional]",
|
||||||
VPQ_GOLD: " [Radiant]",
|
VPQ_GOLD: " [Flawless]",
|
||||||
VPQ_PLATINUM: " [Exceptional]"
|
VPQ_PLATINUM: " [Radiant]"
|
||||||
};
|
};
|
||||||
|
|
||||||
/*const toTitleCase = (str: string): string => {
|
/*const toTitleCase = (str: string): string => {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user