Remove occurrences of LogSQL

This commit is contained in:
Akkadius 2015-01-24 03:49:10 -06:00
parent d2011e58b4
commit 377c071918

View File

@ -7989,7 +7989,6 @@ void command_advnpcspawn(Client *c, const Seperator *sep)
return;
}
c->LogSQL(query.c_str());
c->Message(0, "NPC %i added to group %i with %i chance!", atoi(sep->arg[3]), atoi(sep->arg[2]), atoi(sep->arg[4]) );
return;