diff --git a/zone/zonedb.cpp b/zone/zonedb.cpp index a496ea636..be8406061 100644 --- a/zone/zonedb.cpp +++ b/zone/zonedb.cpp @@ -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; }