diff --git a/src/game/AuctionHouseBot/AuctionHouseBot.cpp b/src/game/AuctionHouseBot/AuctionHouseBot.cpp index d8b0ec530..82030d412 100644 --- a/src/game/AuctionHouseBot/AuctionHouseBot.cpp +++ b/src/game/AuctionHouseBot/AuctionHouseBot.cpp @@ -920,6 +920,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 skinning_loot_template UNION " "SELECT item FROM spell_loot_template")) { BarGoLink bar(result->GetRowCount()); diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 17280d4df..b3fafbaed 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "11746" + #define REVISION_NR "11747" #endif // __REVISION_NR_H__