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