diff --git a/src/packet/ship.rs b/src/packet/ship.rs index c7fd0cd..670b9ee 100644 --- a/src/packet/ship.rs +++ b/src/packet/ship.rs @@ -545,3 +545,9 @@ pub struct QuestChunkAck { #[pso_packet(0xAC)] pub struct DoneLoadingQuest { } + + +#[pso_packet(0xE7)] +pub struct FullCharacterData { + pub character: character::FullCharacter +}