Remove occurrences of LogSQL

This commit is contained in:
Akkadius 2015-01-24 03:49:13 -06:00
parent 2d24b1f37e
commit 4e9cfa7c30

View File

@ -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);