|
|
@ -69,7 +69,7 @@ pub enum MagType { |
|
|
|
Sato,
|
|
|
|
Bhima,
|
|
|
|
Nidra,
|
|
|
|
Geungsi,
|
|
|
|
GeungSi,
|
|
|
|
Tellusis,
|
|
|
|
StrikerUnit,
|
|
|
|
Pioneer,
|
|
|
@ -150,7 +150,7 @@ impl MagType { |
|
|
|
MagType::Sato => [0x02, 0x3F, 0x00],
|
|
|
|
MagType::Bhima => [0x02, 0x40, 0x00],
|
|
|
|
MagType::Nidra => [0x02, 0x41, 0x00],
|
|
|
|
MagType::Geungsi => [0x02, 0x42, 0x00],
|
|
|
|
MagType::GeungSi => [0x02, 0x42, 0x00],
|
|
|
|
MagType::Tellusis => [0x02, 0x44, 0x00],
|
|
|
|
MagType::StrikerUnit => [0x02, 0x45, 0x00],
|
|
|
|
MagType::Pioneer => [0x02, 0x46, 0x00],
|
|
|
|