Merge pull request #942 from noudess/patch-1

Added addition usage message for #grid for #grid show. (noudess)
This commit is contained in:
Uleat 2020-01-04 20:17:07 -05:00 committed by GitHub
commit 4e8aec136e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2503,6 +2503,7 @@ void command_grid(Client *c, const Seperator *sep)
else {
c->Message(Chat::White, "Usage: #grid add/delete grid_num wandertype pausetype");
c->Message(Chat::White, "Usage: #grid max - displays the highest grid ID used in this zone (for add)");
c->Message(Chat::White, "Usage: #grid show - displays wp nodes as boxes");
}
}