From d828d16e9e0a7416823c07d27a19f4362c3f0826 Mon Sep 17 00:00:00 2001 From: jackpoz Date: Thu, 2 Oct 2014 22:29:45 +0200 Subject: Core/AHBot: Fix reference_loot_template being excluded from ahbot items Fixes #13265 --- src/server/game/AuctionHouseBot/AuctionHouseBotSeller.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/server/game/AuctionHouseBot/AuctionHouseBotSeller.cpp b/src/server/game/AuctionHouseBot/AuctionHouseBotSeller.cpp index 13aa1f22fa3..00e1a35973d 100644 --- a/src/server/game/AuctionHouseBot/AuctionHouseBotSeller.cpp +++ b/src/server/game/AuctionHouseBot/AuctionHouseBotSeller.cpp @@ -84,6 +84,7 @@ bool AuctionBotSeller::Initialize() "SELECT `item` FROM `milling_loot_template` UNION " "SELECT `item` FROM `pickpocketing_loot_template` UNION " "SELECT `item` FROM `prospecting_loot_template` UNION " + "SELECT `item` FROM `reference_loot_template` UNION " "SELECT `item` FROM `skinning_loot_template` UNION " "SELECT `item` FROM `spell_loot_template`"); -- cgit v1.2.3