mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 01:11:29 +00:00
Remove Duplicative MySQL Error: Error in MoveCharacterToZone(name) query '
This commit is contained in:
parent
835c7d0fce
commit
c892bc4e2b
@ -2940,7 +2940,6 @@ bool Database::MoveCharacterToZone(const char* charname, const char* zonename, u
|
||||
auto results = QueryDatabase(query);
|
||||
|
||||
if (!results.Success()) {
|
||||
std::cerr << "Error in MoveCharacterToZone(name) query '" << query << "' " << results.ErrorMessage() << std::endl;
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user