diff options
-rw-r--r-- | src/server/game/AuctionHouseBot/AuctionHouseBotSeller.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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`"); |