From 9d92d65046a619cc401ad31f6d0c1630e15d1c7c 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 210dba6..16d8dd5 100644 --- a/src/packet/ship.rs +++ b/src/packet/ship.rs @@ -635,3 +635,8 @@ impl std::default::Default for TradeSuccessful { } } } + +#[pso_packet(0x4ED)] +pub struct KeyboardConfig { + pub keyboard_config: [u8; 372], +}