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/DBCStructure.h | |
parent | ae540b526bb3c0ca3c5d910da515030233f8ea55 (diff) |
New AHBot plus AuctionHouse changes
--HG--
branch : trunk
Diffstat (limited to 'src/shared/Database/DBCStructure.h')
-rw-r--r-- | src/shared/Database/DBCStructure.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/shared/Database/DBCStructure.h b/src/shared/Database/DBCStructure.h index 2f51f1d6579..95703f9b778 100644 --- a/src/shared/Database/DBCStructure.h +++ b/src/shared/Database/DBCStructure.h @@ -65,6 +65,16 @@ struct AreaTriggerEntry float box_orientation; // 9 extent rotation by about z axis }; +struct AuctionHouseEntry +{ + uint32 houseId; // 0 index + uint32 faction; // 1 id of faction.dbc for player factions associated with city + uint32 depositPercent; // 2 1/3 from real + uint32 cutPercent; // 3 + //char* name[16]; // 4-19 + // 20 string flag, unused +}; + struct BankBagSlotPricesEntry { uint32 ID; |