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:
Akkadius 2015-01-24 22:29:23 -06:00
parent 8ed1d5042a
commit f39afc51c7

View File

@ -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;
}