mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 18:51:29 +00:00
Remove Duplicative MySQL Error: Error in CreateAccount query '
This commit is contained in:
parent
c765003ef2
commit
e2bc4ec647
@ -251,7 +251,6 @@ uint32 Database::CreateAccount(const char* name, const char* password, int16 sta
|
|||||||
|
|
||||||
if (results.LastInsertedID() == 0)
|
if (results.LastInsertedID() == 0)
|
||||||
{
|
{
|
||||||
std::cerr << "Error in CreateAccount query '" << query << "' " << results.ErrorMessage() << std::endl;
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user