mirror of
https://github.com/EQEmu/Server.git
synced 2026-01-05 20:53:52 +00:00
Remove Duplicative MySQL Error: Error in MoveCharacterToZone(id) query '
This commit is contained in:
parent
c892bc4e2b
commit
de531af354
@ -2958,7 +2958,6 @@ bool Database::MoveCharacterToZone(uint32 iCharID, const char* iZonename) {
|
||||
auto results = QueryDatabase(query);
|
||||
|
||||
if (!results.Success()) {
|
||||
std::cerr << "Error in MoveCharacterToZone(id) query '" << query << "' " << results.ErrorMessage() << std::endl;
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user