diff --git a/src/packet/ship.rs b/src/packet/ship.rs index 210dba6..441da8e 100644 --- a/src/packet/ship.rs +++ b/src/packet/ship.rs @@ -635,3 +635,16 @@ impl std::default::Default for TradeSuccessful { } } } + +// same struct as libpso::packet::messages::GuildcardRecv +#[pso_packet(0x4E8)] +pub struct GuildcardAccept { + id: u32, + name: [u16; 0x18], + team: [u16; 0x10], + desc: [u16; 0x58], + one: u8, + language: u8, + section_id: u8, + class: u8, +} \ No newline at end of file