From 72e259c8ad47d5fcd4eca46eb7a24020e753a172 Mon Sep 17 00:00:00 2001 From: Graham Date: Mon, 25 Jul 2022 00:11:29 +0100 Subject: [PATCH] Fix length of CREATE_ACCOUNT packet Signed-off-by: Graham --- share/doc/protocol/login.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/doc/protocol/login.md b/share/doc/protocol/login.md index 545db3f8e2..b69f90f5b1 100644 --- a/share/doc/protocol/login.md +++ b/share/doc/protocol/login.md @@ -11,7 +11,7 @@ | 18 | Variable short | Unknown | Reconnect (existing session) | | 20 | 6 | Unknown | Check date of birth and country | | 21 | 8 | `CREATE_CHECK_NAME` | Check username availability | -| 22 | Variable byte | `CREATE_ACCOUNT` | Create account | +| 22 | Variable short | `CREATE_ACCOUNT` | Create account | | 23 | 4 | `REQUEST_WORLDLIST` | Request world list | | 24 | Variable byte | `CHECK_WORLD_SUITABILITY` | Request most suitable world number |