Merge pull request #98 from H0zen/develop21

Fix the AuctionHouseBot seller not posting auctions
This commit is contained in:
Antz 2016-03-07 21:17:56 +00:00
commit bd6a2da446

View File

@ -388,7 +388,8 @@ INSTANTIATE_SINGLETON_1(AuctionBotConfig);
//== AuctionBotConfig functions ============================
AuctionBotConfig::AuctionBotConfig() : m_configFileName(AUCTIONHOUSEBOT_CONFIG_LOCATION)
AuctionBotConfig::AuctionBotConfig() : m_configFileName(AUCTIONHOUSEBOT_CONFIG_LOCATION),
m_configUint32Values(), m_configBoolValues()
{
}