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

This commit is contained in:
Akkadius 2015-01-19 05:25:20 -06:00
parent cf655a2907
commit 34269c5b69

View File

@ -4047,7 +4047,6 @@ void Database::GetCharactersInInstance(uint16 instance_id, std::list<uint32> &ch
if (!results.Success())
{
Log.Out(Logs::General, Logs::Error, "Error in GetCharactersInInstace query '%s': %s", query.c_str(), results.ErrorMessage().c_str());
return;
}