aboutsummaryrefslogtreecommitdiff
path: root/src/game/AuctionHouseBot.h
diff options
context:
space:
mode:
authorChaz Brown <iamparadox@netscape.net>2009-08-17 11:37:05 -0400
committerChaz Brown <iamparadox@netscape.net>2009-08-17 11:37:05 -0400
commitd0cd451f4ffc96b8273efaf25633f604e67b174f (patch)
tree90eab05b1031bfb0d64f5296dc440d21d1841f69 /src/game/AuctionHouseBot.h
parent5047eb7a6265d2bf496ef22d7c9a6b30fa21d466 (diff)
New Filters added to AHBot, moved into AI section for VS
--HG-- branch : trunk
Diffstat (limited to 'src/game/AuctionHouseBot.h')
-rw-r--r--src/game/AuctionHouseBot.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/game/AuctionHouseBot.h b/src/game/AuctionHouseBot.h
index 65003f91803..f306d1b5422 100644
--- a/src/game/AuctionHouseBot.h
+++ b/src/game/AuctionHouseBot.h
@@ -925,6 +925,9 @@ private:
bool Vendor_Items;
bool Loot_Items;
bool Other_Items;
+ bool Vendor_TGs;
+ bool Loot_TGs;
+ bool Other_TGs;
bool No_Bind;
bool Bind_When_Picked_Up;