aboutsummaryrefslogtreecommitdiff
path: root/src/shared/Database/DBCStructure.h
diff options
context:
space:
mode:
authormegamage <none@none>2009-03-07 00:54:55 -0600
committermegamage <none@none>2009-03-07 00:54:55 -0600
commitd713beef29933ab5df52057699030b18e047ee63 (patch)
tree095d1c0fb0f84625cc1c4a68aef115cb4d8c87a6 /src/shared/Database/DBCStructure.h
parent6dc06ab53b2e5307b682c5723b3c6fd62318633e (diff)
parent544ff30daea497869132a70b597bbc0b5bcdc2ba (diff)
*Merge.
--HG-- branch : trunk
Diffstat (limited to 'src/shared/Database/DBCStructure.h')
-rw-r--r--src/shared/Database/DBCStructure.h10
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;