mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 17:51:28 +00:00
Remove redundant MySQL error message in SetRaidGroupLeaderInfo
This commit is contained in:
parent
8d30ca51ca
commit
5585b50601
@ -3549,9 +3549,6 @@ void Database::SetRaidGroupLeaderInfo(uint32 gid, uint32 rid)
|
|||||||
(unsigned long)gid, (unsigned long)rid);
|
(unsigned long)gid, (unsigned long)rid);
|
||||||
results = QueryDatabase(query);
|
results = QueryDatabase(query);
|
||||||
|
|
||||||
if (!results.Success())
|
|
||||||
std::cout << "Unable to set raid/group leader: " << results.ErrorMessage() << std::endl;
|
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user