diff options
author | megamage <none@none> | 2009-03-08 11:23:50 -0600 |
---|---|---|
committer | megamage <none@none> | 2009-03-08 11:23:50 -0600 |
commit | 8cb6894c3d6dcc6d83bc6005c920ebc75a59ec07 (patch) | |
tree | 878c53b9027f8908240ef6366045a5659fc2c877 /src/shared/Database/DBCStructure.h | |
parent | 881377ec65015f1e0048db93b28713676781ea25 (diff) | |
parent | 7b47d509e3a78a04b58f1b272f4b780c5c5b5ad3 (diff) |
*Merge.
--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 8f2fa87e17f..493ce32fa50 100644 --- a/src/shared/Database/DBCStructure.h +++ b/src/shared/Database/DBCStructure.h @@ -538,6 +538,16 @@ struct AuctionHouseEntry // 20 string flag, unused }; +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; |