Re-Enable AHBot, in the future, the correct way is to have those with a problem check their config, not disabling it all together.

--HG--
branch : trunk
This commit is contained in:
Chaz Brown
2009-03-31 19:36:02 -04:00
parent 9bf1412fd8
commit 3430bedb64

View File

@@ -4,8 +4,8 @@
#include "Database/DatabaseEnv.h"
#include "Item.h"
#include "Log.h"
#include "AuctionHouseMgr.h"
#include "ObjectMgr.h"
#include "AuctionHouseMgr.h"
#include "Player.h"
#include "World.h"
#include "WorldSession.h"
@@ -816,8 +816,8 @@ void AuctionHouseBot()
///////////////////////////////////////////////////////////////////////////////
void AuctionHouseBotInit()
{
AHBSeller = false;//sConfig.GetBoolDefault("AuctionHouseBot.EnableSeller", false);
AHBBuyer = false;//sConfig.GetBoolDefault("AuctionHouseBot.EnableBuyer", false);
sConfig.GetBoolDefault("AuctionHouseBot.EnableSeller", false);
sConfig.GetBoolDefault("AuctionHouseBot.EnableBuyer", false);
No_Bind = sConfig.GetBoolDefault("AuctionHouseBot.No_Bind", true);
Bind_When_Picked_Up = sConfig.GetBoolDefault("AuctionHouseBot.Bind_When_Picked_Up", false);
Bind_When_Equipped = sConfig.GetBoolDefault("AuctionHouseBot.Bind_When_Equipped", true);