From 4e9cfa7c30542187dea4ea36ee1c1db1f83bf5e7 Mon Sep 17 00:00:00 2001 From: Akkadius Date: Sat, 24 Jan 2015 03:49:13 -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 59c4ec7b2..339d5b8e8 100644 --- a/zone/command.cpp +++ b/zone/command.cpp @@ -8095,7 +8095,6 @@ void command_advnpcspawn(Client *c, const Seperator *sep) return; } - c->LogSQL(query.c_str()); c->Message(0, "Updating coordinates successful."); target->CastToNPC()->GMMove(c->GetX(), c->GetY(), c->GetZ(), c->GetHeading()); target->CastToNPC()->SaveGuardSpot(true);