diff --git a/zone/zonedb.cpp b/zone/zonedb.cpp index 13b49b442..620a6eab9 100644 --- a/zone/zonedb.cpp +++ b/zone/zonedb.cpp @@ -2874,7 +2874,6 @@ void ZoneDatabase::LoadBuffs(Client *client) { "FROM `character_buffs` WHERE `character_id` = '%u'", client->CharacterID()); auto results = QueryDatabase(query); if (!results.Success()) { - Log.Out(Logs::General, Logs::Error, "Error in LoadBuffs query '%s': %s", query.c_str(), results.ErrorMessage().c_str()); return; }