Compare commits

..

No commits in common. "7276b875c445f10dc5030b96d8bdfd12e873f8fc" and "fdd4aa916dfb6985293dad8559ae94eeb9b1b2e2" have entirely different histories.

View File

@ -44,7 +44,7 @@ pub struct SymbolChat {
pub struct MobAttack { pub struct MobAttack {
enemy_id: u16, enemy_id: u16,
damage: u16, damage: u16,
flags: [u8; 4], flags: u16,
} }
#[pso_message(0x0B)] #[pso_message(0x0B)]