Changes between Initial Version and Version 1 of Scenario_SellItem
- Timestamp:
- 02/12/25 14:35:15 (10 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Scenario_SellItem
v1 v1 1 = Selling an Item on the Market = 2 == Description == 3 A player lists an item for sale in the market. 4 5 == SQL Example == 6 {{{ 7 INSERT INTO Market (ItemID, SellerID, Price) VALUES (1, 1, 500); 8 }}}