NOTE: This page is auto-generated from the MAGNET DBDocs module, Any changes made directly to this page will be lost when it is regenerated. |
Description of the 'item_text' table for MaNGOSOne
This table is part of the mail system and holds the text information of every letter.
Table Notes
This table uses the 'MyISAM' DB Engine
The Field definitions follow:
Field Name | Field Type | Nullable | Key | Default Value | Attributes | Notes |
---|---|---|---|---|---|---|
id | int(11) unsigned | NO | PRI | '0' | The text entry ID. This number is unique to every text entry in this table. | |
text | longtext | YES | NULL | The actual text that was sent as mail using the mail system. |
Description of the fields
id int(11) unsigned
The text entry ID. This number is unique to every text entry in this table.
text longtext
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>:<winning bid in copper>:<buyout price in copper>" Auction successful (sent to owner): "<bidder's GUID as hex>:<winning bid in copper>:0: <deposit in copper>:<auction cut in copper>"
auto-generated by the getMaNGOS.eu MAGNET dbdocs module
Edited by Antz
Recommended Comments
There are no comments to display.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now