= 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); }}}