mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 06:21:28 +00:00
Remove Duplicative MySQL Error: Unable to clear groups:
This commit is contained in:
parent
5a8e45faab
commit
f4c8eb6d88
@ -3166,10 +3166,6 @@ void Database::ClearAllGroups(void)
|
||||
{
|
||||
std::string query("DELETE FROM `group_id`");
|
||||
QueryDatabase(query);
|
||||
|
||||
if (!results.Success())
|
||||
std::cout << "Unable to clear groups: " << results.ErrorMessage() << std::endl;
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user