fix new item id conflict... failure
This commit is contained in:
parent
242230cb67
commit
2cc0120c4b
4 changed files with 9 additions and 9 deletions
|
@ -37247,7 +37247,7 @@
|
|||
"category": "armor",
|
||||
"drop": "never",
|
||||
"lvl": 1,
|
||||
"id": 3645
|
||||
"id": 3649
|
||||
},
|
||||
{
|
||||
"name": "Masochist",
|
||||
|
@ -40333,7 +40333,7 @@
|
|||
"spRegen": -150,
|
||||
"sdRaw": -800,
|
||||
"mdRaw": -1000,
|
||||
"id": 3646
|
||||
"id": 3650
|
||||
},
|
||||
{
|
||||
"name": "Lazarus' Brace",
|
||||
|
@ -41503,7 +41503,7 @@
|
|||
"eDam": "0-0",
|
||||
"atkSpd": "SLOW",
|
||||
"lvl": 1,
|
||||
"id": 3647
|
||||
"id": 3651
|
||||
},
|
||||
{
|
||||
"name": "The Juggernaut",
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1,4 +1,4 @@
|
|||
const DB_VERSION = 84;
|
||||
const DB_VERSION = 85;
|
||||
// @See https://github.com/mdn/learning-area/blob/master/javascript/apis/client-side-storage/indexeddb/video-store/index.jsA
|
||||
|
||||
let db;
|
||||
|
|
|
@ -3644,7 +3644,7 @@
|
|||
"Immolation": 3646,
|
||||
"Oblivion": 3647,
|
||||
"Narcissist": 3648,
|
||||
"Mask of the Spirits": 3645,
|
||||
"Inhibitor": 3646,
|
||||
"Spear of Testiness": 3647
|
||||
"Mask of the Spirits": 3649,
|
||||
"Inhibitor": 3650,
|
||||
"Spear of Testiness": 3651
|
||||
}
|
Loading…
Reference in a new issue