From 29bae2f7985bbd7dc2cb6ad7db225b0a3ed45606 Mon Sep 17 00:00:00 2001 From: andy Date: Fri, 2 Oct 2020 22:19:01 -0300 Subject: [PATCH] need packet to send packet --- src/packet/ship.rs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/packet/ship.rs b/src/packet/ship.rs index 670b9ee..d1c709e 100644 --- a/src/packet/ship.rs +++ b/src/packet/ship.rs @@ -551,3 +551,8 @@ pub struct DoneLoadingQuest { pub struct FullCharacterData { pub character: character::FullCharacter } + +#[pso_packet(0x1ED)] +pub struct SaveOptions { + pub options: u32, +} \ No newline at end of file