diff options
author | megamage <none@none> | 2009-02-13 19:50:20 -0600 |
---|---|---|
committer | megamage <none@none> | 2009-02-13 19:50:20 -0600 |
commit | a72c0d223d41bcea12a320b0f6b021b0367aef43 (patch) | |
tree | 8b1b4d71a39fe28d8a4dda8b42292d4f2ea5a94a /src/shared/Database/DBCStores.h | |
parent | 468132696af25b8192320635970f53cc447297e7 (diff) |
[7266] Use DBC data for auction cut/deposit percents and location (auiction house id in fact).
More auction related code refactoring,
Move auction related code from ObjectMgr to AuctionHouseMgr.
Author: VladimirMangos
--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 dbe5e9d3bf4..6aec6db3bed 100644 --- a/src/shared/Database/DBCStores.h +++ b/src/shared/Database/DBCStores.h @@ -137,6 +137,7 @@ extern DBCStorage <AchievementCriteriaEntry> sAchievementCriteriaStore; extern DBCStorage <AreaTableEntry> sAreaStore;// recommend access using functions extern DBCStorage <AreaGroupEntry> sAreaGroupStore; extern DBCStorage <AreaTriggerEntry> sAreaTriggerStore; +extern DBCStorage <AuctionHouseEntry> sAuctionHouseStore; extern DBCStorage <BankBagSlotPricesEntry> sBankBagSlotPricesStore; extern DBCStorage <BarberShopStyleEntry> sBarberShopStyleStore; extern DBCStorage <BattlemasterListEntry> sBattlemasterListStore; |