summaryrefslogtreecommitdiff
path: root/docs/account_muted.md
diff options
context:
space:
mode:
authorJulio A. Leyva Osorio <tony931023@gmail.com>2021-08-08 06:04:05 -0400
committerGitHub <noreply@github.com>2021-08-08 12:04:05 +0200
commit4791ba79f50b033a182422bb8dc9045da641b08c (patch)
treead6ea270fe488acbd478123c04e36a6aab3a4e07 /docs/account_muted.md
parent0d430fa01d4da85406f732b76921478c460440f6 (diff)
downloadwiki-4791ba79f50b033a182422bb8dc9045da641b08c.tar.gz
wiki-4791ba79f50b033a182422bb8dc9045da641b08c.tar.bz2
wiki-4791ba79f50b033a182422bb8dc9045da641b08c.zip
chore: Update db-auth (#602)
* Update db-auth * delete the language change from the tables * Update database-auth.md
Diffstat (limited to 'docs/account_muted.md')
-rw-r--r--docs/account_muted.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/account_muted.md b/docs/account_muted.md
index 97353c9..d3e19c9 100644
--- a/docs/account_muted.md
+++ b/docs/account_muted.md
@@ -17,8 +17,8 @@ Disable chat messaging for any character from account of character $playerName (
| [guid][1] | INT | UNSIGNED | PRI | NO | 0 | | Global Unique Identifier |
| [mutedate][2] | INT | UNSIGNED | PRI | NO | 0 | | |
| [mutetime][3] | INT | UNSIGNED | | NO | 0 | | |
-| [mutedby][4] | VARCHAR(50) | | | NO | | | |
-| [mutereason][5] | VARCHAR(255) | | | NO | | | |
+| [mutedby][4] | VARCHAR(50) | SIGNED | | NO | | | |
+| [mutereason][5] | VARCHAR(255) | SIGNED | | NO | | | |
[1]: #guid
[2]: #mutedate
@@ -26,11 +26,11 @@ Disable chat messaging for any character from account of character $playerName (
[4]: #mutedby
[5]: #mutereason
-### Description of the fields
+**Description of the fields**
### guid
-ID of muted account, taken from muted character. All characters on this account will be muted for [mutetime](#mutetime).
+ID of muted [account](account#id), taken from muted character. All characters on this account will be muted for [mutetime](#mutetime).
### mutedate