mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-18 11:21:29 +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`");
|
std::string query("DELETE FROM `group_id`");
|
||||||
QueryDatabase(query);
|
QueryDatabase(query);
|
||||||
|
|
||||||
if (!results.Success())
|
|
||||||
std::cout << "Unable to clear groups: " << results.ErrorMessage() << std::endl;
|
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user