wiki:UseCase_PlayerTrade

Player-to-Player Trading

Description

A player trades an item with another player.

SQL Example

UPDATE Character_Item 
SET CharacterID = 2
WHERE CharacterID = 1 AND ItemID = 1;
Last modified 10 days ago Last modified on 02/12/25 14:36:37
Note: See TracWiki for help on using the wiki.