mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-11 11:48:37 +00:00
New commands.
- #untraindisc [spellid] - Untrains specified discipline. - #untraindiscs - Untrains all disciplines.
This commit is contained in:
@@ -328,6 +328,8 @@ void command_reloadaa(Client *c, const Seperator *sep);
|
||||
void command_hotfix(Client *c, const Seperator *sep);
|
||||
void command_load_shared_memory(Client *c, const Seperator *sep);
|
||||
void command_apply_shared_memory(Client *c, const Seperator *sep);
|
||||
void command_untraindisc(Client *c, const Seperator *sep);
|
||||
void command_untraindiscs(Client *c, const Seperator *sep);
|
||||
|
||||
#ifdef EQPROFILE
|
||||
void command_profiledump(Client *c, const Seperator *sep);
|
||||
|
||||
Reference in New Issue
Block a user