Added meat, gem, potion, elixir, flask advancedPricingFormulas. Fixed build warnings

This commit is contained in:
zeb
2025-09-18 22:55:30 -04:00
parent 4fdfa50597
commit 86ff7d4217
3 changed files with 67 additions and 7 deletions

View File

@@ -236,12 +236,17 @@ private:
float PriceMultiplierCategoryMountQualityLegendary;
float PriceMultiplierCategoryMountQualityArtifact;
float PriceMultiplierCategoryMountQualityHeirloom;
bool AdvancedPricingConsumablePotionEnabled;
bool AdvancedPricingConsumableElixirEnabled;
bool AdvancedPricingConsumableFlaskEnabled;
bool AdvancedPricingGemEnabled;
bool AdvancedPricingTradeGoodClothEnabled;
bool AdvancedPricingTradeGoodHerbEnabled;
bool AdvancedPricingTradeGoodMetalStoneEnabled;
bool AdvancedPricingTradeGoodLeatherEnabled;
bool AdvancedPricingTradeGoodEnchantingEnabled;
bool AdvancedPricingTradeGoodElementalEnabled;
bool AdvancedPricingTradeGoodMeatEnabled;
bool AdvancedPricingMiscJunkEnabled;
bool AdvancedPricingMiscMountEnabled;
uint32 PriceMinimumCenterBaseConsumable;