diff options
| author | Yehonal <yehonal.azeroth@gmail.com> | 2019-02-17 21:34:28 +0100 |
|---|---|---|
| committer | Yehonal <yehonal.azeroth@gmail.com> | 2019-02-17 21:34:28 +0100 |
| commit | a3d359e1cc4f40328f898653a5cc3b9711a522e6 (patch) | |
| tree | 48d879cbdbf5e78a72ca686912ca4ac361c929c7 /docs/realmlist.md | |
| parent | b781501462339649eac45d9d54f8dbbfb11a32db (diff) | |
| download | wiki-a3d359e1cc4f40328f898653a5cc3b9711a522e6.tar.gz wiki-a3d359e1cc4f40328f898653a5cc3b9711a522e6.tar.bz2 wiki-a3d359e1cc4f40328f898653a5cc3b9711a522e6.zip | |
Import all wiki page from old wiki (links to fix)
Diffstat (limited to 'docs/realmlist.md')
| -rw-r--r-- | docs/realmlist.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/realmlist.md b/docs/realmlist.md new file mode 100644 index 0000000..11ac020 --- /dev/null +++ b/docs/realmlist.md @@ -0,0 +1,16 @@ +[[Database Structure|Database Structure]] > [[Auth-Database|Auth-Database]] > [[realmlist|realmlist]] + +Column | Type | Description +--- | --- | --- +Id | int(10) unsigned | +Name | varchar(32) | +Address | varchar(255) | +LocalAddress | varchar(255) | +LocalSubnetMask | varchar(255) | +Port | smallint(5) unsigned | +Icon | tinyint(3) unsigned | +Flag | tinyint(3) unsigned | +Timezone | tinyint(3) unsigned | +AllowedSecurityLevel | tinyint(3) unsigned | +Population | float unsigned | +Gamebuild | int(10) unsigned | |
