blob: 8e547009a3cdaabaed59e1553a4eeb7966a8dec8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[Database Structure](Database-Structure) > [Character-Database](Character-Database) > [auctionhouse](auctionhouse)
Column | Type | Description
--- | --- | ---
Id | int(10) unsigned |
Auctioneerguid | int(10) unsigned |
Itemguid | int(10) unsigned |
Itemowner | int(10) unsigned |
Buyoutprice | int(10) unsigned |
Time | int(10) unsigned |
Buyguid | int(10) unsigned |
Lastbid | int(10) unsigned |
Startbid | int(10) unsigned |
Deposit | int(10) unsigned |
|