[Commands] Add #findskill [search criteria] Command. (#1674)

* [Commands] Add #findskill [search criteria] Command.
- Allows you to search for skills by ID or partial name.

* Add error message.

* Update command.cpp

* Update command.cpp

* Update command.cpp
This commit is contained in:
Kinglykrab
2021-11-06 17:35:43 -04:00
committed by GitHub
parent b4aa401210
commit 8d8301fbd7
2 changed files with 87 additions and 0 deletions
+1
View File
@@ -109,6 +109,7 @@ 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_findskill(Client *c, const Seperator *sep);
void command_findspell(Client *c, const Seperator *sep);
void command_findtask(Client *c, const Seperator *sep);
void command_findzone(Client *c, const Seperator *sep);