Add item ID restriction to config

This commit is contained in:
NathanHandley
2025-09-16 08:50:06 -05:00
parent 61f7aebf10
commit 1b8a3be492
3 changed files with 114 additions and 32 deletions

View File

@@ -223,6 +223,10 @@ private:
uint32 PriceMinimumCenterBaseGlyph;
std::unordered_map<uint32, uint64> PriceMinimumCenterBaseOverridesByItemID;
float ItemLevelPriceMultiplier;
bool ListedItemIDRestrictedEnabled;
uint32 ListedItemIDMin;
uint32 ListedItemIDMax;
std::set<uint32> ListedItemIDExceptionItems;
AHBConfig AllianceConfig;
AHBConfig HordeConfig;