summaryrefslogtreecommitdiff
path: root/docs/account_muted.md
diff options
context:
space:
mode:
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