Browse Source

Merge pull request 'add manual flag to RequestQuestList to know which quest npc we're talking to' (#18) from questlist into master

Reviewed-on: #18
pull/20/head
jake 2 years ago
parent
commit
892d2ed220
  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