目录

item_soulbound_trade_data 表


<-返回:Characters 数据库

This table stores information about which players can trade soulbound items between each other.

表结构

FieldTypeAttributesKeyNullDefaultextraComment
itemGuidINTUNSIGNEDPRINO Item GUID
alowedPlayersTEXTSIGNED 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.