Added #showspellslist command to show us a mob's spells

This commit is contained in:
Michael Cook
2013-12-03 15:57:50 -05:00
parent 02c9007765
commit 4fdcf604f2
5 changed files with 37 additions and 0 deletions
+1
View File
@@ -322,6 +322,7 @@ void command_augmentitem(Client *c, const Seperator *sep);
void command_questerrors(Client *c, const Seperator *sep);
void command_enablerecipe(Client *c, const Seperator *sep);
void command_disablerecipe(Client *c, const Seperator *sep);
void command_showspellslist(Client *c, const Seperator *sep);
#ifdef EQPROFILE
void command_profiledump(Client *c, const Seperator *sep);