summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSynful-Syn <hamecyn@gmail.com>2022-05-11 05:04:22 -0400
committerGitHub <noreply@github.com>2022-05-11 11:04:22 +0200
commitf58086b3f5ecff99c3d44c40cbb7fd641e1b2cc1 (patch)
tree355b190670c0b0801e61d78a32aa16e9f9b8666b
parente219bcf64608b5c2cb49658fb2191e376febb3aa (diff)
downloadwiki-f58086b3f5ecff99c3d44c40cbb7fd641e1b2cc1.tar.gz
wiki-f58086b3f5ecff99c3d44c40cbb7fd641e1b2cc1.tar.bz2
wiki-f58086b3f5ecff99c3d44c40cbb7fd641e1b2cc1.zip
-Fix gm level needed for unban commands. (#713)
-Added missing subcommand unban playeraccount
-rw-r--r--docs/gm-commands.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/gm-commands.md b/docs/gm-commands.md
index 406dcaf..b05ac4a 100644
--- a/docs/gm-commands.md
+++ b/docs/gm-commands.md
@@ -512,10 +512,11 @@ Note: Some commands are working only by selecting a player or a creature. These
| titles remove | 2 | `.titles remove #title` | Remove title #title (id or shift-link) from known titles list for selected player. |
| titles set mask | 2 | `.titles set mask #mask` | Allows user to use all titles from #mask. #mask=0 disables the title-choose-field |
| unaura | 2 | `.unaura #spellid` | Remove aura due to spell #spellid from the selected Unit. |
-| unban account | 2 | `.unban account $Name` | Unban accounts for account name pattern. |
-| unban character | 2 | `.unban character $Name` | Unban accounts for character name pattern. |
-| unban ip | 2 | `.unban ip $Ip` | Unban accounts for IP pattern. |
-| unban | 2 | `.unban $subcommand` | Type .unban to see the list of possible subcommands or .help unban $subcommand to see info on subcommands |
+| unban account | 3 | `.unban account $Name` | Unban accounts for account name pattern. |
+| unban character | 3 | `.unban character $Name` | Unban accounts for character name pattern. |
+| unban ip | 3 | `.unban ip $Ip` | Unban accounts for IP pattern. |
+| unban playeraccount | 3 | `.unban playeraccount $characterName` | Unban the account that owns the character having the designated character name. |
+| unban | 3 | `.unban $subcommand` | Type .unban to see the list of possible subcommands or .help unban $subcommand to see info on subcommands |
| unbindsight | 3 | `.unbindsight` | Removes bound vision. Cannot be used while currently possessing a target. |
| unfreeze | 2 | `.unfreeze (#player)` | "Unfreezes" #player and enables his chat again. When using this without #name it will unfreeze your target. |
| unlearn | 2 | `.unlearn #spell [all]` | Unlearn for selected player a spell #spell. If 'all' provided then all ranks unlearned. |