Merge pull request 'don't feed bytes to the void' (#15) from mobattack_flag into master
All checks were successful
continuous-integration/drone/push Build is passing

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

View File

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