From fcd4923938dbf24f5d7d83f0debead724661602d Mon Sep 17 00:00:00 2001 From: Akkadius Date: Sat, 24 Jan 2015 03:49:05 -0600 Subject: [PATCH] Remove occurrences of LogSQL --- zone/command.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/zone/command.cpp b/zone/command.cpp index 724498613..ac3774b87 100644 --- a/zone/command.cpp +++ b/zone/command.cpp @@ -6616,7 +6616,6 @@ void command_npcedit(Client *c, const Seperator *sep) c->Message(15, "NPCID %u's slow mitigation limit is now %i.", npcTypeID, atoi(sep->arg[2])); std::string query = StringFormat("UPDATE npc_types SET slow_mitigation = %i WHERE id = %i", atoi(sep->argplus[2]), npcTypeID); database.QueryDatabase(query); - c->LogSQL(query.c_str()); return; }