Added addition usage message for #grid for #grid show.

This commit is contained in:
Paul Coene 2020-01-04 16:17:25 -05:00 committed by GitHub
parent 720d314bb8
commit eed4a648b4
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");
}
}