mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 08:28:32 +01:00
Core/DBLayer: Add MySQL errno 1054 to ignored error messages.
This commit is contained in:
@@ -463,6 +463,7 @@ bool MySQLConnection::_HandleMySQLErrno(uint32 errNo)
|
||||
// Query related errors - skip query
|
||||
case 1058: // "Column count doesn't match value count"
|
||||
case 1062: // "Duplicate entry '%s' for key '%d'"
|
||||
case 1054: // "Unknown column '%s' in 'order clause'"
|
||||
return false;
|
||||
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user