Fix RMC change in command

This commit is contained in:
Keirakoro
2024-12-04 10:12:05 +07:00
committed by GitHub
parent 274a03de54
commit ec0ae7ab2e
+2 -2
View File
@@ -580,8 +580,8 @@ impl From<u32> for MultiPathAvatar {
8004 => Self::FemalePreservation, 8004 => Self::FemalePreservation,
8005 => Self::MaleHarmony, 8005 => Self::MaleHarmony,
8006 => Self::FemaleHarmony, 8006 => Self::FemaleHarmony,
8007 => Self::FemaleHarmony, 8007 => Self::MaleRememberance,
8008 => Self::FemaleHarmony, 8008 => Self::FemaleRememberance,
1224 => Self::MarchHunt, 1224 => Self::MarchHunt,
1001 => Self::MarchPreservation, 1001 => Self::MarchPreservation,
_ => Self::Unk, _ => Self::Unk,