[Commands] Add #findtask [search criteria] Command. (#1675)

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

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