Version 1 (modified by 10 days ago) ( diff ) | ,
---|
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;
Note:
See TracWiki
for help on using the wiki.