mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-10 15:00:25 +00:00
Suppress Error message for GetRaidID (Unable to get raid id, char not found) because it will happen for any player who is not in a raid anyways which makes it pointless
This commit is contained in:
@@ -3397,7 +3397,6 @@ uint32 Database::GetRaidID(const char* name)
|
||||
auto row = results.begin();
|
||||
|
||||
if (row == results.end()) {
|
||||
Log.Out(Logs::General, Logs::Error, "Unable to get raid id, char not found!");
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user