目录

lag_reports 表


<-返回:Characters 数据库

This table stores the lag reports made by players ingame (when they click on “Help Request”).

表结构

FieldTypeAttributesKeyNullDefaultextraComment
reportIdINTUNSIGNEDPRINO Auto Increment
guidINTUNSIGNED NO0
lagTypeTINYINTUNSIGNED NO0
mapIdSMALLINTUNSIGNED NO0
posXFLOATSIGNED NO0
posYFLOATSIGNED NO0
posZFLOATSIGNED NO0
latencyINTUNSIGNED NO0
createTimeINTUNSIGNED NO0

字段说明


reportId

Report ID

guid

Character guid. See characters.guid

lagType

mapId

Map where lag was reported. See Map.dbc.

posX

Position X.

posY

Position Y.

posZ

Position Z.

latency

Latency in ms at the moment of the report.

createTime

Creation date in Unix Time. (TODO: should be changed to mysql timestamp).