Version 1 (modified by 10 days ago) ( diff ) | ,
---|
Selling an Item on the Market
Description
A player lists an item for sale in the market.
SQL Example
INSERT INTO Market (ItemID, SellerID, Price) VALUES (1, 1, 500);
Note:
See TracWiki
for help on using the wiki.