Merge pull request #98 from H0zen/develop21
Fix the AuctionHouseBot seller not posting auctions
This commit is contained in:
commit
bd6a2da446
@ -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()
|
||||
{
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user