lag_reports
Stores player reported lag events.
Structure
| 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 | |||
Description of fields
reportId
Unique report enumerator.
guid
The guid of the reporting character.
lagType
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 |
mapId
Map ID where lag was reported.
posX
X position where lag was reported.
posY
Y position where lag was reported.
posZ
Z position where lag was reported.
latency
Measured lag amount in ms.
createTime
Unix timestamp when report was received.
