diff --git a/src/packet/ship.rs b/src/packet/ship.rs index 655b16b..cd098e8 100644 --- a/src/packet/ship.rs +++ b/src/packet/ship.rs @@ -443,5 +443,5 @@ pub struct DoneBursting { #[pso_packet(0x98)] pub struct ClientCharacterData { - pub data: [u8; 2112], + pub data: [u8; 2088], }