ff14-advanced-market-search / AzerothAuctionAssassin

Apache License 2.0
7 stars 9 forks source link

Fix Classic Support #12

Closed cohenaj194 closed 8 months ago

cohenaj194 commented 8 months ago

Classic servers have an additional index for AH data since their AH's are not combined

2 = Alliance AH 6 = Horde AH 7 = Nuetral AH

Going to have to fix this as the 2 in there right now means we are only scanning alliance AH, we will need a special system for classic that makes all 3 api calls.

https://github.com/ff14-advanced-market-search/AzerothAuctionAssassin/blob/pbs-import/utils/mega_data_setup.py#L368-L418