diff --git a/data/item_stats/mag_stats.toml b/data/item_stats/mag_stats.toml index 46cef36..dae1905 100644 --- a/data/item_stats/mag_stats.toml +++ b/data/item_stats/mag_stats.toml @@ -145,7 +145,7 @@ feed_table = 7 [Elenor] feed_table = 7 -[Mark3] +[MarkIII] feed_table = 7 [MasterSystem] diff --git a/src/entity/item/mag.rs b/src/entity/item/mag.rs index 7aa9583..fc9fc5e 100644 --- a/src/entity/item/mag.rs +++ b/src/entity/item/mag.rs @@ -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],