mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 03:08:26 +00:00
[Commands] Add #findfaction Command. (#1697)
- Add #findfaction [search criteria] command. - Cleanup other #find command messages/logic. - Add GetMaxFaction() helper method. - Add races.h defines for races 725-732.
This commit is contained in:
@@ -108,6 +108,7 @@ 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_findfaction(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);
|
||||
|
||||
Reference in New Issue
Block a user