From 2dcfc7524afa41cd4cd3a778e9181a5dd7f5a975 Mon Sep 17 00:00:00 2001 From: Matchu Date: Sun, 14 Mar 2021 07:18:36 -0700 Subject: [PATCH] Add Neopets ID to support layer UI MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Using this to get an at-a-glance check on how Neopets IDs are typically assigned for body-specific items… looks like it's increasing, and alphabetical by species? (not by species ID?) --- src/app/WardrobePage/support/ItemSupportAppearanceLayer.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/WardrobePage/support/ItemSupportAppearanceLayer.js b/src/app/WardrobePage/support/ItemSupportAppearanceLayer.js index baa54c9..1fca0f7 100644 --- a/src/app/WardrobePage/support/ItemSupportAppearanceLayer.js +++ b/src/app/WardrobePage/support/ItemSupportAppearanceLayer.js @@ -75,6 +75,7 @@ function ItemSupportAppearanceLayer({ {itemLayer.zone.label} Zone ID: {itemLayer.zone.id} + Neopets ID: {itemLayer.remoteId} DTI ID: {itemLayer.id}