mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-14 15:41:30 +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:
parent
8ed1d5042a
commit
f39afc51c7
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user