mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 06:21:28 +00:00
Remove Duplicative MySQL Error: Error in group update query: %s\n
This commit is contained in:
parent
8160768fcc
commit
77a2737ad0
@ -2586,7 +2586,6 @@ void ZoneDatabase::RefreshGroupFromDB(Client *client){
|
||||
auto results = QueryDatabase(query);
|
||||
if (!results.Success())
|
||||
{
|
||||
printf("Error in group update query: %s\n", results.ErrorMessage().c_str());
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user