From 827e6262a9922d9d005b8244950f7cd0ff206585 Mon Sep 17 00:00:00 2001 From: Graham Date: Tue, 26 Jul 2022 21:43:19 +0100 Subject: [PATCH] Rename 'Display video advertisement' to 'Show video advertisement' This fits better with the 'showingVideoAd' string in the client. 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 b69f90f5..84341fa4 100644 --- a/share/doc/protocol/login.md +++ b/share/doc/protocol/login.md @@ -186,7 +186,7 @@ The structure of the plaintext payload is described below: | Opcode | Length | Jagex name | Description | |-------:|-------:|----------------------------------|----------------------------------------| | 0 | 8 | Unknown | Exchange session key | -| 1 | 0 | Unknown | Display video advertisement | +| 1 | 0 | Unknown | Show video advertisement | | 2 | 14 | `OK` | Login successful | | 3 | 0 | `INVALID_USERNAME_OR_PASSWORD` | Invalid username or password | | 4 | 0 | `BANNED` | Account banned |