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

This commit is contained in:
Akkadius 2015-01-19 05:26:05 -06:00
parent 05aba517c2
commit f7f34d8d30

View File

@ -3074,7 +3074,6 @@ void ZoneDatabase::LoadPetInfo(Client *client) {
"WHERE `char_id` = %u", client->CharacterID());
results = 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;
}