mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-28 11:32:33 +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:
parent
253f4c07e0
commit
15b2baa663
@ -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);
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user