Convert 'Unable to get raid id, char not found!' to Error Category

This commit is contained in:
Akkadius 2015-01-19 02:56:52 -06:00
parent af53666fed
commit 1c47e6b90d

View File

@ -3488,7 +3488,7 @@ uint32 Database::GetRaidID(const char* name){
if (row == results.end())
{
std::cout << "Unable to get raid id, char not found!" << std::endl;
Log.Out(Logs::General, Logs::Error, "Unable to get raid id, char not found!");
return 0;
}