diff options
author | Paradox <none@none> | 2009-03-06 17:47:11 -0600 |
---|---|---|
committer | Paradox <none@none> | 2009-03-06 17:47:11 -0600 |
commit | 7b47d509e3a78a04b58f1b272f4b780c5c5b5ad3 (patch) | |
tree | c8d7734f8b91c32d91d9171c030e17f2a5c79790 /src/shared/Database/DBCStores.h | |
parent | ae540b526bb3c0ca3c5d910da515030233f8ea55 (diff) |
New AHBot plus AuctionHouse changes
--HG--
branch : trunk
Diffstat (limited to 'src/shared/Database/DBCStores.h')
-rw-r--r-- | src/shared/Database/DBCStores.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/Database/DBCStores.h b/src/shared/Database/DBCStores.h index dd255894ded..4ad275653e7 100644 --- a/src/shared/Database/DBCStores.h +++ b/src/shared/Database/DBCStores.h @@ -134,6 +134,7 @@ class DBCStorage extern DBCStorage <AreaTableEntry> sAreaStore;// recommend access using functions extern DBCStorage <AreaTriggerEntry> sAreaTriggerStore; +extern DBCStorage <AuctionHouseEntry> sAuctionHouseStore; extern DBCStorage <BankBagSlotPricesEntry> sBankBagSlotPricesStore; extern DBCStorage <BattlemasterListEntry> sBattlemasterListStore; //extern DBCStorage <ChatChannelsEntry> sChatChannelsStore; -- accessed using function, no usable index |