item_soulbound_trade_data
This table stores information about which players can trade soulbound items between each other.
Structure
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
|---|---|---|---|---|---|---|---|
| itemGuid | int | unsigned | PRI | NO | Item GUID | ||
| allowedPlayers | text | NO | Space separated GUID list of players who can receive this item in trade | ||||
Description of fields
itemGuid
The souldbound item guid that can be traded.
allowedPlayers
Speace separated list of character guids that are eligible to trade.
