mirror of
https://github.com/MadeBaruna/paimon-moe.git
synced 2025-01-05 18:26:56 +01:00
Add missing item list
This commit is contained in:
parent
204ba5af3d
commit
991e60c14a
4 changed files with 2 additions and 6 deletions
|
@ -50,7 +50,7 @@
|
|||
openModal(
|
||||
TodoAddModal,
|
||||
{
|
||||
item,
|
||||
item: itemList[item].parent && itemList[item].rarity < 5 ? itemList[item].parent : item,
|
||||
addTodo: addTodoItem,
|
||||
cancel: closeModal,
|
||||
},
|
||||
|
@ -96,7 +96,7 @@
|
|||
}
|
||||
charactersDays[item.day.join('_')][item.id].push(character.id);
|
||||
|
||||
const ascension = character.ascension[0];
|
||||
const ascension = character.ascension[1];
|
||||
for (const item of ascension.items) {
|
||||
if (item.amount) {
|
||||
if (allItems[item.item.id] === undefined) {
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 64 KiB |
|
@ -1,4 +0,0 @@
|
|||
[ZoneTransfer]
|
||||
ZoneId=3
|
||||
ReferrerUrl=https://genshin-impact.fandom.com/
|
||||
HostUrl=https://static.wikia.nocookie.net/gensin-impact/images/0/04/Item_Crown_of_Insight.png/revision/latest/scale-to-width-down/256?cb=20201115225803
|
Binary file not shown.
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 42 KiB |
Loading…
Reference in a new issue