Add #shownumhits workaround command to show numhits

This commit is contained in:
Michael Cook (mackal)
2014-09-03 23:50:23 -04:00
parent 891952eb79
commit 22742b6a25
5 changed files with 25 additions and 2 deletions
+1
View File
@@ -325,6 +325,7 @@ void command_showspellslist(Client *c, const Seperator *sep);
void command_npctype_cache(Client *c, const Seperator *sep);
void command_merchantopenshop(Client *c, const Seperator *sep);
void command_merchantcloseshop(Client *c, const Seperator *sep);
void command_shownumhits(Client *c, const Seperator *sep);
#ifdef EQPROFILE
void command_profiledump(Client *c, const Seperator *sep);