From 375cc96fa0f56fc80e0f68ec910a61c907089dea Mon Sep 17 00:00:00 2001 From: S'pugn Date: Mon, 16 Sep 2019 02:10:40 -0700 Subject: [PATCH] Quest Update (September 16, 2019) (2) - Fix Bug; Pecorine/Kokkoro/Kyaru pure shard ids were incorrect. --- data/equipment_data.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/equipment_data.json b/data/equipment_data.json index 1d85b4273a1..816626712e6 100644 --- a/data/equipment_data.json +++ b/data/equipment_data.json @@ -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": []