mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-19 03:45:43 +00:00
fix(Core/DB) - Correct the max length of a username to 17 characters (#21183)
This commit is contained in:
@@ -32,7 +32,7 @@ enum AccountOpResult
|
||||
AOR_DB_INTERNAL_ERROR
|
||||
};
|
||||
|
||||
#define MAX_ACCOUNT_STR 20
|
||||
#define MAX_ACCOUNT_STR 17
|
||||
#define MAX_PASS_STR 16
|
||||
#define MAX_EMAIL_STR 255
|
||||
|
||||
|
||||
Reference in New Issue
Block a user