Merge pull request 'don't feed bytes to the void' () from mobattack_flag into master

Reviewed-on: 
This commit is contained in:
jake 2021-12-19 18:19:42 -05:00
commit 7276b875c4

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