mirror of
https://github.com/NathanHandley/mod-ah-bot-plus.git
synced 2026-01-28 08:06:25 +00:00
Add price overrides
This commit is contained in:
@@ -206,6 +206,7 @@ private:
|
||||
uint32 PriceMinimumCenterBaseKey;
|
||||
uint32 PriceMinimumCenterBaseMisc;
|
||||
uint32 PriceMinimumCenterBaseGlyph;
|
||||
std::unordered_map<uint32, uint64> PriceMinimumCenterBaseOverridesByItemID;
|
||||
|
||||
AHBConfig AllianceConfig;
|
||||
AHBConfig HordeConfig;
|
||||
@@ -240,6 +241,7 @@ public:
|
||||
uint32 GetRandomStackValue(std::string configKeyString, uint32 defaultValue);
|
||||
void AddToDisabledItems(std::set<uint32>& workingDisabledItemIDs, uint32 disabledItemID);
|
||||
void AddDisabledItems(std::string disabledItemIdString);
|
||||
void AddPriceMinimumOverrides(std::string priceMinimimOverridesString);
|
||||
ObjectGuid::LowType GetAHBplayerGUID() { return AHBplayerGUID; };
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user