Remove Duplicative MySQL Error: Error in MoveCharacterToZone(name) query '

This commit is contained in:
Akkadius 2015-01-20 01:42:33 -06:00
parent 835c7d0fce
commit c892bc4e2b

View File

@ -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;
}