Remove Duplicative MySQL Error: Error in LoadPetInfo query '%s': %s

This commit is contained in:
Akkadius 2015-01-19 05:26:04 -06:00
parent 9003276f23
commit 02d034b046

View File

@ -3047,7 +3047,6 @@ void ZoneDatabase::LoadPetInfo(Client *client) {
"WHERE `char_id` = %u", client->CharacterID());
auto results = database.QueryDatabase(query);
if(!results.Success()) {
Log.Out(Logs::General, Logs::Error, "Error in LoadPetInfo query '%s': %s", query.c_str(), results.ErrorMessage().c_str());
return;
}