mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 10:31:29 +00:00
Remove occurrences of LogSQL
This commit is contained in:
parent
d2011e58b4
commit
377c071918
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user