Auction House Manager rework.

This commit is contained in:
mobius
2015-01-31 21:50:40 +00:00
parent 54e0fd97d6
commit 7a26540007
3 changed files with 336 additions and 474 deletions

View File

@@ -1,4 +1,4 @@
CREATE TABLE IF NOT EXISTS `auctions_info` (
CREATE TABLE IF NOT EXISTS `auction_house` (
`auctionID` int(11) NOT NULL DEFAULT '0',
`sellerID` int(11) NOT NULL DEFAULT '0',
`itemName` varchar(50) DEFAULT NULL,