Back to 'item_soulbound_trade_data' Return to characters Go to 'lfg_data'
Stores player reported lag events.
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
|---|---|---|---|---|---|---|---|
| reportId | int | unsigned | PRI | NO | auto_increment | ||
| guid | int | unsigned | NO | 0 | |||
| lagType | tinyint | unsigned | NO | 0 | |||
| mapId | smallint | unsigned | NO | 0 | |||
| posX | float | NO | 0 | ||||
| posY | float | NO | 0 | ||||
| posZ | float | NO | 0 | ||||
| latency | int | unsigned | NO | 0 | |||
| createTime | int | unsigned | NO | 0 |
Unique report enumerator.
The guid of the reporting character.
enum LagReportType
| ID | Name |
|---|---|
| 1 | LAG_REPORT_TYPE_LOOT |
| 2 | LAG_REPORT_TYPE_AUCTION_HOUSE |
| 3 | LAG_REPORT_TYPE_MAIL |
| 4 | LAG_REPORT_TYPE_CHAT |
| 5 | LAG_REPORT_TYPE_MOVEMENT |
| 6 | LAG_REPORT_TYPE_SPELL |
Map ID where lag was reported.
X position where lag was reported.
Y position where lag was reported.
Z position where lag was reported.
Measured lag amount in ms.
Unix timestamp when report was received.
Back to 'item_soulbound_trade_data' Return to characters Go to 'lfg_data'