diff options
| author | Barbz <BarbzYHOOL@users.noreply.github.com> | 2020-04-09 23:06:04 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-09 23:06:04 +0200 |
| commit | 7a943b4b6ad0328ba0a488b3781424761896c389 (patch) | |
| tree | 90adcbe08b6e9b186c2371aa1d37bca09b068caa | |
| parent | ff9a8a515b730df78f3a832ba57894ee9041253b (diff) | |
| download | wiki-7a943b4b6ad0328ba0a488b3781424761896c389.tar.gz wiki-7a943b4b6ad0328ba0a488b3781424761896c389.tar.bz2 wiki-7a943b4b6ad0328ba0a488b3781424761896c389.zip | |
fix: extra info for .send message in the Commands list (#201)
| -rw-r--r-- | docs/GM-Commands.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/GM-Commands.md b/docs/GM-Commands.md index 58a9a11..df35136 100644 --- a/docs/GM-Commands.md +++ b/docs/GM-Commands.md @@ -366,7 +366,7 @@ Note: Some commands are working only by selecting a player or a creature. These |saveall|1|Syntax: .saveall Save all characters in game.| |send items|3|Syntax: .send items #playername "#subject" "#text" itemid1[:count1] itemid2[:count2] ... itemidN[:countN] Send a mail to a player. Subject and mail text must be in "". If for itemid not provided related count values then expected 1, if count > max items in stack then items will be send in required amount stacks. All stacks amount in mail limited to 12.| |send mail|1|Syntax: .send mail #playername "#subject" "#text" Send a mail to a player. Subject and mail text must be in "".| -|send message|3|Syntax: .send message $playername $message Send screen message to player from ADMINISTRATOR.| +|send message|3|Syntax: .send message $playername $message Send screen message to player from ADMINISTRATOR. **Will return an error if player is offline (can be problematic with SOAP for example)!**| |send money|3|Syntax: .send money #playername "#subject" "#text" #money Send mail with money to a player. Subject and mail text must be in "".| |server corpses|2|Syntax: .server corpses Triggering corpses expire check in world.| |server exit|4|Syntax: .server exit Terminate azeroth-core NOW. Exit code 0.| |
