Add log test command #logtest

This commit is contained in:
Akkadius
2015-01-10 23:25:50 -06:00
parent b1fbcc51e0
commit 2159a56b17
2 changed files with 14 additions and 1 deletions
+1
View File
@@ -326,6 +326,7 @@ 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);
void command_logtest(Client *c, const Seperator *sep);
#ifdef EQPROFILE
void command_profiledump(Client *c, const Seperator *sep);