From f08b72a19b57e3eddaf6e0cae5bd01dcecea53e4 Mon Sep 17 00:00:00 2001 From: andy Date: Sun, 30 May 2021 19:21:28 +0000 Subject: [PATCH] keyboard config blob --- src/packet/ship.rs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/packet/ship.rs b/src/packet/ship.rs index e01463c..cc2e818 100644 --- a/src/packet/ship.rs +++ b/src/packet/ship.rs @@ -634,3 +634,8 @@ impl std::default::Default for TradeSuccessful { } } } + +#[pso_packet(0x4ED)] +pub struct KeyboardConfig { + pub keyboard_config: [u8; 372], +}