* AuctionHouseBot buyer/seller forced to be disabled. This is the only solution until it is fixed. It appears AHBot was causing the many crashes TC2 users had.

--HG--
branch : trunk
This commit is contained in:
XTZGZoReX
2009-03-25 15:59:37 +01:00
parent 1d981070df
commit 104a67d59a

View File

@@ -816,8 +816,8 @@ void AuctionHouseBot()
///////////////////////////////////////////////////////////////////////////////
void AuctionHouseBotInit()
{
AHBSeller = sConfig.GetBoolDefault("AuctionHouseBot.EnableSeller", false);
AHBBuyer = sConfig.GetBoolDefault("AuctionHouseBot.EnableBuyer", false);
AHBSeller = false;//sConfig.GetBoolDefault("AuctionHouseBot.EnableSeller", false);
AHBBuyer = 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);