mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 03:08:26 +00:00
Convert 'Unable to get raid id, char not found!' to Error Category
This commit is contained in:
+1
-1
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user