数据库:characters数据库:item_soulbound_trade_data
item_soulbound_trade_data 表
This table stores information about which players can trade soulbound items between each other.
表结构
Field | Type | Attributes | Key | Null | Default | extra | Comment |
---|---|---|---|---|---|---|---|
itemGuid | INT | UNSIGNED | PRI | NO | Item GUID | ||
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.
数据库/characters数据库/item_soulbound_trade_data.txt · 最后更改: 2023/09/24 12:31 由 admin