Browse Source

add manual flag to RequestQuestList to know which quest npc we're talking to

pull/18/head
andy 2 years ago
parent
commit
178354c24c
  1. 3
      src/packet/ship.rs

3
src/packet/ship.rs

@ -497,8 +497,9 @@ pub struct ClientCharacterData {
pub data: [u8; 2088],
}
#[pso_packet(0xA2)]
#[pso_packet(0xA2, manual_flag)]
pub struct RequestQuestList {
pub flag: u32,
}
#[derive(PSOPacketData, Clone, Copy)]

Loading…
Cancel
Save