From 607ec2db5ece6e93fbb38269f3396d19feb213a2 Mon Sep 17 00:00:00 2001 From: Walter Pagani Date: Tue, 12 Jan 2021 07:00:36 -0300 Subject: chore(ralmlist): update realmlist.md (#349) --- docs/realmlist.md | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) (limited to 'docs') diff --git a/docs/realmlist.md b/docs/realmlist.md index 0982287..731e8db 100644 --- a/docs/realmlist.md +++ b/docs/realmlist.md @@ -8,19 +8,20 @@ This table sets up information on all available realms. Each row controls a diff **Structure** -| Field | Type | Attributes | Key | Null | Default | Extra | Comment | -|---------------------------|--------------|------------|-----|------|-------------|----------------|-------------------------------------------| -| [id][1] | int(10) | unsigned | PRI | NO | | Auto increment | | -| [name][2] | varchar(32) | signed | UNI | NO | AzerothCore | | | -| [address][3] | varchar(255) | signed | | NO | 127.0.0.1 | | | -| [localAddress][4] | varchar(255) | signed | | NO | 127.0.0.1 | | | -| [port][5] | smallint(5) | unsigned | | NO | 8085 | | | -| [icon][6] | tinyint(3) | unsigned | | NO | 0 | | | -| [flag][7] | tinyint(3) | unsigned | | NO | 2 | | Updates population status or realm status | -| [timezone][8] | tinyint(3) | unsigned | | NO | 0 | | | -| [allowedSecurityLevel][9] | tinyint(3) | unsigned | | NO | 0 | | | -| [population][10] | float | unsigned | | NO | 0 | | | -| [gamebuild][11] | int(10) | unsigned | | NO | 12340 | | | +| Field | Type | Attributes | Key | Null | Default | Extra | Comment | +|----------------------------|--------------|------------|-----|------|---------------|----------------|---------| +| [id][1] | int(10) | unsigned | PRI | NO | | auto_increment | | +| [name][2] | varchar(32) | | UNI | NO | | | | +| [address][3] | varchar(255) | | | NO | 127.0.0.1 | | | +| [localAddress][4] | varchar(255) | | | NO | 127.0.0.1 | | | +| [localSubnetMask][5] | varchar(255) | | | NO | 255.255.255.0 | | | +| [port][6] | smallint(5) | unsigned | | NO | 8085 | | | +| [icon][7] | tinyint(3) | unsigned | | NO | 0 | | | +| [flag][8] | tinyint(3) | unsigned | | NO | 2 | | | +| [timezone][9] | tinyint(3) | unsigned | | NO | 0 | | | +| [allowedSecurityLevel][10] | tinyint(3) | unsigned | | NO | 0 | | | +| [population][11] | float | unsigned | | NO | 0 | | | +| [gamebuild][12] | int(10) | unsigned | | NO | 12340 | | | [1]: #id [2]: #name -- cgit