Compare commits

..

No commits in common. "892d2ed220369f0ff7b7530fa734e722c2b21c2c" and "0bd4396bd11534169bd5a6a5b357c90b0f550991" have entirely different histories.

View File

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