diff options
Diffstat (limited to 'docs/lag_reports.md')
| -rw-r--r-- | docs/lag_reports.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/lag_reports.md b/docs/lag_reports.md new file mode 100644 index 0000000..c2737dd --- /dev/null +++ b/docs/lag_reports.md @@ -0,0 +1,13 @@ +[[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 | |
