====== item_soulbound_trade_data 表 ====== ---- [[数据库:characters数据库:首页|<-返回:Characters 数据库]] This table stores information about which players can trade soulbound items between each other. **表结构** ^Field^Type^Attributes^Key^Null^Default^extra^Comment^ |[[#itemGuid|itemGuid]]|INT|UNSIGNED|PRI|NO| | |Item GUID| |[[#alowedPlayers|alowedPlayers]]|TEXT|SIGNED| |NO| | |Space separated GUID list of players who can receive this item in trade| ===== 字段说明 ===== ---- ==== itemGuid ==== The GUID of the item that can be traded. See item_instance.guid. ==== alowedPlayers ==== GUIDs of players eligible for the trade separated by space. See characters.guid.