[Commands] Cleanup #npcedit Command. (#2582)

* [Commands] Cleanup #npcedit Command.

- Make use of repositories and cleanup logic.

* Remove accidental change.
This commit is contained in:
Alex King 2022-11-27 11:37:22 -05:00 committed by GitHub
parent 253f4c07e0
commit 15b2baa663
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1045 additions and 1855 deletions

View File

@ -31,6 +31,7 @@ uint8 GetCommandStatus(Client *c, std::string command_name);
void ListModifyNPCStatMap(Client *c);
std::map<std::string, std::string> GetModifyNPCStatMap();
std::string GetModifyNPCStatDescription(std::string stat);
void SendNPCEditSubCommands(Client *c);
// Commands
void command_acceptrules(Client *c, const Seperator *sep);

File diff suppressed because it is too large Load Diff