Add Neopets ID to support layer UI
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?)
This commit is contained in:
parent
7c5e7ab21a
commit
2dcfc7524a
1 changed files with 1 additions and 0 deletions
|
@ -75,6 +75,7 @@ function ItemSupportAppearanceLayer({
|
||||||
</Box>
|
</Box>
|
||||||
<Box fontWeight="bold">{itemLayer.zone.label}</Box>
|
<Box fontWeight="bold">{itemLayer.zone.label}</Box>
|
||||||
<Box>Zone ID: {itemLayer.zone.id}</Box>
|
<Box>Zone ID: {itemLayer.zone.id}</Box>
|
||||||
|
<Box>Neopets ID: {itemLayer.remoteId}</Box>
|
||||||
<Box>DTI ID: {itemLayer.id}</Box>
|
<Box>DTI ID: {itemLayer.id}</Box>
|
||||||
<ItemLayerSupportModal
|
<ItemLayerSupportModal
|
||||||
item={item}
|
item={item}
|
||||||
|
|
Loading…
Reference in a new issue