summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/account_access.md14
1 files changed, 9 insertions, 5 deletions
diff --git a/docs/account_access.md b/docs/account_access.md
index 604fb48..9bfab7e 100644
--- a/docs/account_access.md
+++ b/docs/account_access.md
@@ -8,15 +8,17 @@ This table holds security access level for any realm in [realmlist](realmlist) t
**Structure**
-| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
-|--------------|------------|------------|-----|------|---------|-------|---------|
-| [id][1] | int(10) | unsigned | PRI | NO | | | |
-| [gmlevel][2] | tinyint(3) | unsigned | | NO | | | |
-| [RealmID][3] | int(11) | signed | PRI | NO | -1 | | |
+| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
+|--------------|--------------|------------|-----|------|---------|-------|---------|
+| [id][1] | int(10) | unsigned | PRI | NO | | | |
+| [gmlevel][2] | tinyint(3) | unsigned | | NO | | | |
+| [RealmID][3] | int(11) | signed | PRI | NO | -1 | | |
+| [comment][4] | varchar(255) | | | YES | | | |
[1]: #id
[2]: #gmlevel
[3]: #realmid
+[4]: #comment
**Description of the fields**
@@ -31,3 +33,5 @@ The account security level. Different levels have access to different commands.
### RealmID
The [Realm ID](realmlist#id).
+
+### comment