Merge pull request 'need packet to send packet' (#40) from save_options into master
This commit is contained in:
commit
6b1dfa4feb
@ -551,3 +551,8 @@ pub struct DoneLoadingQuest {
|
|||||||
pub struct FullCharacterData {
|
pub struct FullCharacterData {
|
||||||
pub character: character::FullCharacter
|
pub character: character::FullCharacter
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[pso_packet(0x1ED)]
|
||||||
|
pub struct SaveOptions {
|
||||||
|
pub options: u32,
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user