diff --git a/src/modules/Bots/ahbot/PricingStrategy.cpp b/src/modules/Bots/ahbot/PricingStrategy.cpp index 16f5aa64..f9bd7490 100644 --- a/src/modules/Bots/ahbot/PricingStrategy.cpp +++ b/src/modules/Bots/ahbot/PricingStrategy.cpp @@ -100,9 +100,9 @@ double PricingStrategy::GetRarityPriceMultiplier(uint32 itemId) "union select ChanceOrQuestChance from disenchant_loot_template where item = '%u' " "union select ChanceOrQuestChance from fishing_loot_template where item = '%u' " "union select ChanceOrQuestChance from item_loot_template where item = '%u' " - "union select ChanceOrQuestChance from milling_loot_template where item = '%u' " + //"union select ChanceOrQuestChance from milling_loot_template where item = '%u' " "union select ChanceOrQuestChance from pickpocketing_loot_template where item = '%u' " - "union select ChanceOrQuestChance from prospecting_loot_template where item = '%u' " + //"union select ChanceOrQuestChance from prospecting_loot_template where item = '%u' " "union select ChanceOrQuestChance from reference_loot_template where item = '%u' " "union select ChanceOrQuestChance from skinning_loot_template where item = '%u' " "union select ChanceOrQuestChance from creature_loot_template where item = '%u' "