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