mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-14 07:21:48 +00:00
Convert 'Unable to get raid id, char not found!' to Error Category
This commit is contained in:
parent
af53666fed
commit
1c47e6b90d
@ -3488,7 +3488,7 @@ uint32 Database::GetRaidID(const char* name){
|
|||||||
|
|
||||||
if (row == results.end())
|
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;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user