[BOT] Removed non-classic items from ah selection. Thanks drarkanex for pointing

See https://www.getmangos.eu/server/10493-mangoszero-prospecting-milling-vanilla.html
for details.
This commit is contained in:
Antz 2015-09-09 23:11:17 +01:00 committed by Antz
parent 65e6ae3d56
commit 1e7d9cc605

View File

@ -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' "