Merge pull request #221 from fin444/master
Fix duplicate ingredient IDs
This commit is contained in:
commit
632b526766
4 changed files with 12 additions and 13 deletions
File diff suppressed because one or more lines are too long
|
@ -27628,7 +27628,7 @@
|
||||||
"touching": 0,
|
"touching": 0,
|
||||||
"notTouching": 0
|
"notTouching": 0
|
||||||
},
|
},
|
||||||
"id": 685
|
"id": 707
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Contraband Ink Sac",
|
"name": "Contraband Ink Sac",
|
||||||
|
@ -27679,7 +27679,7 @@
|
||||||
"touching": 0,
|
"touching": 0,
|
||||||
"notTouching": 0
|
"notTouching": 0
|
||||||
},
|
},
|
||||||
"id": 686
|
"id": 708
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Contraband Miracle Berry",
|
"name": "Contraband Miracle Berry",
|
||||||
|
@ -27718,7 +27718,7 @@
|
||||||
"touching": 0,
|
"touching": 0,
|
||||||
"notTouching": 0
|
"notTouching": 0
|
||||||
},
|
},
|
||||||
"id": 687
|
"id": 709
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Devourer's Maw",
|
"name": "Devourer's Maw",
|
||||||
|
@ -27761,7 +27761,7 @@
|
||||||
"touching": 0,
|
"touching": 0,
|
||||||
"notTouching": 0
|
"notTouching": 0
|
||||||
},
|
},
|
||||||
"id": 688
|
"id": 710
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Faebloom Petal",
|
"name": "Faebloom Petal",
|
||||||
|
@ -27804,7 +27804,7 @@
|
||||||
"touching": 0,
|
"touching": 0,
|
||||||
"notTouching": 0
|
"notTouching": 0
|
||||||
},
|
},
|
||||||
"id": 689
|
"id": 711
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Feline Claws",
|
"name": "Feline Claws",
|
||||||
|
@ -27843,7 +27843,7 @@
|
||||||
"touching": 0,
|
"touching": 0,
|
||||||
"notTouching": 0
|
"notTouching": 0
|
||||||
},
|
},
|
||||||
"id": 690
|
"id": 712
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Ice Fishing Bait",
|
"name": "Ice Fishing Bait",
|
||||||
|
@ -27886,7 +27886,7 @@
|
||||||
"touching": 0,
|
"touching": 0,
|
||||||
"notTouching": 0
|
"notTouching": 0
|
||||||
},
|
},
|
||||||
"id": 691
|
"id": 713
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Ice Fishing Hook",
|
"name": "Ice Fishing Hook",
|
||||||
|
@ -27929,7 +27929,7 @@
|
||||||
"touching": 0,
|
"touching": 0,
|
||||||
"notTouching": 0
|
"notTouching": 0
|
||||||
},
|
},
|
||||||
"id": 692
|
"id": 714
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Ice Fishing Net",
|
"name": "Ice Fishing Net",
|
||||||
|
@ -27973,7 +27973,7 @@
|
||||||
"touching": 0,
|
"touching": 0,
|
||||||
"notTouching": 0
|
"notTouching": 0
|
||||||
},
|
},
|
||||||
"id": 693
|
"id": 715
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Ice Fishing Twine",
|
"name": "Ice Fishing Twine",
|
||||||
|
@ -28016,7 +28016,7 @@
|
||||||
"touching": 0,
|
"touching": 0,
|
||||||
"notTouching": 0
|
"notTouching": 0
|
||||||
},
|
},
|
||||||
"id": 694
|
"id": 716
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Ignited Faebloom",
|
"name": "Ignited Faebloom",
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1,4 +1,4 @@
|
||||||
const ING_DB_VERSION = 16;
|
const ING_DB_VERSION = 17;
|
||||||
|
|
||||||
// @See https://github.com/mdn/learning-area/blob/master/javascript/apis/client-side-storage/indexeddb/video-store/index.js
|
// @See https://github.com/mdn/learning-area/blob/master/javascript/apis/client-side-storage/indexeddb/video-store/index.js
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue