try fix
This commit is contained in:
@@ -209,16 +209,15 @@ export default function clotheShopList(globalData: IGlobalData) {
|
|||||||
cloth.push(item);
|
cloth.push(item);
|
||||||
tx.push(x);
|
tx.push(x);
|
||||||
}
|
}
|
||||||
clotheMenus.push({
|
|
||||||
menu: clotheSubMenu,
|
|
||||||
type: type,
|
|
||||||
slotIdx: Number(key),
|
|
||||||
item: cloth,
|
|
||||||
texture: tx
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
clotheMenus.push({
|
||||||
|
menu: clotheSubMenu,
|
||||||
|
type: type,
|
||||||
|
slotIdx: Number(key),
|
||||||
|
item: cloth,
|
||||||
|
texture: tx
|
||||||
|
});
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user