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

This commit is contained in:
Akkadius 2015-01-20 01:42:34 -06:00
parent c892bc4e2b
commit de531af354

View File

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