From 00bb3d5cb763287d1aa4e3d44bbcdbfdfafed4d5 Mon Sep 17 00:00:00 2001 From: Brian Date: Tue, 30 Mar 2010 12:01:37 -0600 Subject: * Allow AHbot to pull items from reference_loot_template for auction. * Credits to click * Remove no longer needed check for non-supported client versions for loot * Generation --HG-- branch : trunk --- src/game/AuctionHouseBot.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') diff --git a/src/game/AuctionHouseBot.cpp b/src/game/AuctionHouseBot.cpp index 9c3d1afdc6c..99ff2927b89 100644 --- a/src/game/AuctionHouseBot.cpp +++ b/src/game/AuctionHouseBot.cpp @@ -857,13 +857,12 @@ void AuctionHouseBot::Initialize() } char lootQuery[] = "SELECT item FROM creature_loot_template UNION " + "SELECT item FROM reference_loot_template UNION " "SELECT item FROM disenchant_loot_template UNION " "SELECT item FROM fishing_loot_template UNION " "SELECT item FROM gameobject_loot_template UNION " "SELECT item FROM item_loot_template UNION " -#if CLIENT_VER > 300 "SELECT item FROM milling_loot_template UNION " -#endif "SELECT item FROM pickpocketing_loot_template UNION " "SELECT item FROM prospecting_loot_template UNION " "SELECT item FROM skinning_loot_template"; -- cgit v1.2.3