[Commands] Add #findclass [search criteria] command. (#1384)

* [Commands] Add #findclass [search criteria] command.
- Allows GMs to find a class by name or ID.
- Modify some verbiage in command messages that were improper.

* Update find functions to use strings instead of chars.
This commit is contained in:
Alex
2021-06-12 12:36:19 -04:00
committed by GitHub
parent a0063997e1
commit d162f25536
2 changed files with 144 additions and 49 deletions
+1
View File
@@ -104,6 +104,7 @@ void command_equipitem(Client *c, const Seperator *sep);
void command_face(Client *c, const Seperator *sep);
void command_faction(Client *c, const Seperator *sep);
void command_findaliases(Client *c, const Seperator *sep);
void command_findclass(Client *c, const Seperator *sep);
void command_findnpctype(Client *c, const Seperator *sep);
void command_findrace(Client *c, const Seperator *sep);
void command_findspell(Client *c, const Seperator *sep);