Remove Duplicative MySQL Error: Error setting pathgrid '%s': '%s'

This commit is contained in:
Akkadius 2015-01-19 05:26:02 -06:00
parent 6f48d84b82
commit e5dd2634f9

View File

@ -1238,7 +1238,6 @@ uint32 ZoneDatabase::AddWPForSpawn(Client *client, uint32 spawn2id, float xpos,
auto results = QueryDatabase(query);
if (!results.Success()) {
// Query error
Log.Out(Logs::General, Logs::Error, "Error setting pathgrid '%s': '%s'", query.c_str(), results.ErrorMessage().c_str());
return 0;
}