Skip to content

Commit

Permalink
Quest Update (September 16, 2019) (2)
Browse files Browse the repository at this point in the history
- Fix Bug; Pecorine/Kokkoro/Kyaru pure shard ids were incorrect.
  • Loading branch information
Expugn committed Sep 16, 2019
1 parent 21251e9 commit 375cc96
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/equipment_data.json
Original file line number Diff line number Diff line change
Expand Up @@ -1906,21 +1906,21 @@
},
"pecorine_pure_shard": {
"name": "Pecorine Pure Shard",
"id": "misc-29",
"id": "misc-30",
"has_fragments": false,
"req_pieces": 1,
"req_items": []
},
"kokkoro_pure_shard": {
"name": "Kokkoro Pure Shard",
"id": "misc-30",
"id": "misc-31",
"has_fragments": false,
"req_pieces": 1,
"req_items": []
},
"kyaru_pure_shard": {
"name": "Kyaru Pure Shard",
"id": "misc-31",
"id": "misc-32",
"has_fragments": false,
"req_pieces": 1,
"req_items": []
Expand Down

0 comments on commit 375cc96

Please sign in to comment.