fix new item id conflict... failure

This commit is contained in:
b 2021-10-30 20:15:51 -07:00
parent 242230cb67
commit 2cc0120c4b
4 changed files with 9 additions and 9 deletions

View file

@ -37247,7 +37247,7 @@
"category": "armor", "category": "armor",
"drop": "never", "drop": "never",
"lvl": 1, "lvl": 1,
"id": 3645 "id": 3649
}, },
{ {
"name": "Masochist", "name": "Masochist",
@ -40333,7 +40333,7 @@
"spRegen": -150, "spRegen": -150,
"sdRaw": -800, "sdRaw": -800,
"mdRaw": -1000, "mdRaw": -1000,
"id": 3646 "id": 3650
}, },
{ {
"name": "Lazarus' Brace", "name": "Lazarus' Brace",
@ -41503,7 +41503,7 @@
"eDam": "0-0", "eDam": "0-0",
"atkSpd": "SLOW", "atkSpd": "SLOW",
"lvl": 1, "lvl": 1,
"id": 3647 "id": 3651
}, },
{ {
"name": "The Juggernaut", "name": "The Juggernaut",

File diff suppressed because one or more lines are too long

View file

@ -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 // @See https://github.com/mdn/learning-area/blob/master/javascript/apis/client-side-storage/indexeddb/video-store/index.jsA
let db; let db;

View file

@ -3644,7 +3644,7 @@
"Immolation": 3646, "Immolation": 3646,
"Oblivion": 3647, "Oblivion": 3647,
"Narcissist": 3648, "Narcissist": 3648,
"Mask of the Spirits": 3645, "Mask of the Spirits": 3649,
"Inhibitor": 3646, "Inhibitor": 3650,
"Spear of Testiness": 3647 "Spear of Testiness": 3651
} }