mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-22 15:48:22 +00:00
[Commands] Cleanup #npcedit Command. (#2582)
* [Commands] Cleanup #npcedit Command. - Make use of repositories and cleanup logic. * Remove accidental change.
This commit is contained in:
@@ -31,6 +31,7 @@ uint8 GetCommandStatus(Client *c, std::string command_name);
|
|||||||
void ListModifyNPCStatMap(Client *c);
|
void ListModifyNPCStatMap(Client *c);
|
||||||
std::map<std::string, std::string> GetModifyNPCStatMap();
|
std::map<std::string, std::string> GetModifyNPCStatMap();
|
||||||
std::string GetModifyNPCStatDescription(std::string stat);
|
std::string GetModifyNPCStatDescription(std::string stat);
|
||||||
|
void SendNPCEditSubCommands(Client *c);
|
||||||
|
|
||||||
// Commands
|
// Commands
|
||||||
void command_acceptrules(Client *c, const Seperator *sep);
|
void command_acceptrules(Client *c, const Seperator *sep);
|
||||||
|
|||||||
+1044
-1855
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user