Remove occurrences of LogSQL

This commit is contained in:
Akkadius
2015-01-24 03:49:03 -06:00
parent acb78cec17
commit 2457f5f455
5 changed files with 1 additions and 103 deletions
-1
View File
@@ -428,7 +428,6 @@ bool ZoneDatabase::CreateSpawn2(Client *client, uint32 spawngroup, const char* z
return false;
if(client)
client->LogSQL(query.c_str());
return true;
}