diff --git a/Source/Game/Chat/Commands/BNetAccountCommands.cs b/Source/Game/Chat/Commands/BNetAccountCommands.cs index 3ec4d67b6..e6d730ddc 100644 --- a/Source/Game/Chat/Commands/BNetAccountCommands.cs +++ b/Source/Game/Chat/Commands/BNetAccountCommands.cs @@ -100,7 +100,7 @@ namespace Game.Chat.Commands string accountName = accountId.ToString() + '#' + index; // Generate random hex string for password, these accounts must not be logged on with GRUNT - byte[] randPassword = new byte[0].GenerateRandomKey(16); + byte[] randPassword = new byte[0].GenerateRandomKey(8); switch (Global.AccountMgr.CreateAccount(accountName, randPassword.ToHexString(), bnetAccountName, accountId, index)) { case AccountOpResult.Ok: