From 01edf4d70ab5d1bf55c776ce61999887a92788de Mon Sep 17 00:00:00 2001 From: Andy Newjack Date: Mon, 27 Apr 2020 22:18:32 -0300 Subject: [PATCH] client sends char data when leaving room --- src/packet/ship.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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], }