From a35d4f08a3f9f086eae94dccbfda2ff0c8eb5ae3 Mon Sep 17 00:00:00 2001 From: FrancescoBorzi Date: Mon, 25 Feb 2019 19:24:20 +0100 Subject: Import DB wiki from TC 335 --- docs/lag_reports.md | 147 +++++++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 134 insertions(+), 13 deletions(-) (limited to 'docs/lag_reports.md') diff --git a/docs/lag_reports.md b/docs/lag_reports.md index 3732c62..10b3634 100644 --- a/docs/lag_reports.md +++ b/docs/lag_reports.md @@ -1,13 +1,134 @@ -[Database Structure](Database-Structure) > [Character-Database](Character-Database) > [lag_reports](lag_reports) - -Column | Type | Description ---- | --- | --- -ReportId | int(10) unsigned | -Guid | int(10) unsigned | -LagType | tinyint(3) unsigned | -MapId | smallint(5) unsigned | -PosX | float | -PosY | float | -PosZ | float | -Latency | int(10) unsigned | -CreateTime | int(10) unsigned | +# lag\_reports + +`Back-to:Characters` + +**The \`lag\_reports\` table** + +`table-no-description|0` + +**Structure** + + ++++++++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Field

Type

Attributes

Key

Null

Default

Extra

Comment

reportId

int(10)

unsigned

PRI

NO

 

Auto Increment

 

guid

int(10)

unsigned

 

NO

0

 

 

lagType

inyint(3)

unsigned

 

NO

0

 

 

mapId

smallint(5)

unsigned

 

NO

0

 

 

posX

float

signed

 

NO

0

 

 

posY

float

signed

 

NO

0

 

 

posZ

float

signed

 

No

0

 

 

+ +**Description of the fields** + +### reportId + +Report ID + +### guid + +Player guid. See [characters.guid](2129969.html#characters(table)-guid) + +### lagType + +`field-no-description|3` + +### mapId + +Map where lag was reported. See Map.dbc + +### posX + +Position X + +### posY + +Position Y + +### posZ + +Position Y -- cgit