fix(webui): max rank up all suits #917
@ -606,6 +606,9 @@ function maxRankAllEquipment(categories) {
|
|||||||
}
|
}
|
||||||
if (category === "Suits") {
|
if (category === "Suits") {
|
||||||
if ("exalted" in itemMap[item.ItemType]) {
|
if ("exalted" in itemMap[item.ItemType]) {
|
||||||
|
if (!batchData["SpecialItems"]) {
|
||||||
|
batchData["SpecialItems"] = [];
|
||||||
|
}
|
||||||
for (const exaltedType of itemMap[item.ItemType].exalted) {
|
for (const exaltedType of itemMap[item.ItemType].exalted) {
|
||||||
const exaltedItem = data["SpecialItems"].find(x => x.ItemType == exaltedType);
|
const exaltedItem = data["SpecialItems"].find(x => x.ItemType == exaltedType);
|
||||||
if (exaltedItem) {
|
if (exaltedItem) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user