From a89390f647d3286483efbdfefde19dc7ab28900e Mon Sep 17 00:00:00 2001 From: jake Date: Thu, 1 Oct 2020 16:57:12 -0600 Subject: [PATCH] fullcharacter packet --- src/packet/ship.rs | 6 ++++++ 1 file changed, 6 insertions(+) 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 +}