[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
2 changed files with 1045 additions and 1855 deletions
+1
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);