aboutsummaryrefslogtreecommitdiff
path: root/src/game/AuctionHouseBot.cpp
diff options
context:
space:
mode:
authorXTZGZoReX <none@none>2009-03-25 15:59:37 +0100
committerXTZGZoReX <none@none>2009-03-25 15:59:37 +0100
commit104a67d59a85899fe25b548443d72e8580d97df2 (patch)
tree3753fab5c88fda3e960da2a34230e7a64e4f944a /src/game/AuctionHouseBot.cpp
parent1d981070dfbe52450d395470b8ee6e731c0b8525 (diff)
* 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
Diffstat (limited to 'src/game/AuctionHouseBot.cpp')
-rw-r--r--src/game/AuctionHouseBot.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/AuctionHouseBot.cpp b/src/game/AuctionHouseBot.cpp
index 23832b15437..fe948d1f4e4 100644
--- a/src/game/AuctionHouseBot.cpp
+++ b/src/game/AuctionHouseBot.cpp
@@ -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);