client sends char data when leaving room

This commit is contained in:
Andy Newjack 2020-04-27 22:18:32 -03:00
parent bb3a65cff5
commit 01edf4d70a

View File

@ -443,5 +443,5 @@ pub struct DoneBursting {
#[pso_packet(0x98)]
pub struct ClientCharacterData {
pub data: [u8; 2112],
pub data: [u8; 2088],
}