Item_text - cmangos/issues GitHub Wiki
Back to the characters database list of tables.
This table is part of the mail system and holds the text information of every letter.
Field | Type | Null | Key | Default | Extra |
id | int(11) | NO | PRI | 0 | |
text | longtext | YES | None |
The text entry ID. This number is unique to every text entry in this table.
The actual text that was sent as mail using the mail system. There are some special messages that are sent through the mail and therefore use this table but have a special format to them:
- Auction won (sent to bidder): "<owner’s GUID as hex>::"
- Auction successful (sent to owner): "<bidder’s GUID as hex>::0::"