esi-issues
esi-issues copied to clipboard
location_flag inconsistency between ESI and SDE
Inconsistency
Routes
https://esi.tech.ccp.is/latest/#!/Assets/get_characters_character_id_assets https://esi.tech.ccp.is/latest/#!/Assets/get_corporations_corporation_id_assets https://esi.tech.ccp.is/latest/#!/Character/get_characters_character_id_blueprints https://esi.tech.ccp.is/latest/#!/Corporation/get_corporations_corporation_id_blueprints
Description
- The following location_flag enum names does not match the flag values in the SDE
ESI SDE
CorpDeliveries CorpMarket
Impounded OfficeImpound
ServiceSlot0 StructureServiceSlot0
ServiceSlot1 StructureServiceSlot1
ServiceSlot2 StructureServiceSlot2
ServiceSlot3 StructureServiceSlot3
ServiceSlot4 StructureServiceSlot4
ServiceSlot5 StructureServiceSlot5
ServiceSlot6 StructureServiceSlot6
ServiceSlot7 StructureServiceSlot7
Note: I'm not sure CorpDeliveries
and Impounded
are matched correctly to the SDE flags
- The following location_flag enum values are not in the SDE
AutoFit
Module
CorpseBay
HangarAll
DustDatabank
DustBattle
HiddenModifers
Resolution
- Use the SDE values in ESI or vice versa
- Added the missing flag values to the SDE