mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-08 08:12:38 +00:00
Remove occurrences of LogSQL
This commit is contained in:
parent
2457f5f455
commit
f18b9d79da
@ -6609,7 +6609,6 @@ void command_npcedit(Client *c, const Seperator *sep)
|
|||||||
c->Message(15, "NPCID %u is now version %i.", npcTypeID, atoi(sep->arg[2]));
|
c->Message(15, "NPCID %u is now version %i.", npcTypeID, atoi(sep->arg[2]));
|
||||||
std::string query = StringFormat("UPDATE npc_types SET version = %i WHERE id = %i", atoi(sep->argplus[2]), npcTypeID);
|
std::string query = StringFormat("UPDATE npc_types SET version = %i WHERE id = %i", atoi(sep->argplus[2]), npcTypeID);
|
||||||
database.QueryDatabase(query);
|
database.QueryDatabase(query);
|
||||||
c->LogSQL(query.c_str());
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user