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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -580,8 +580,8 @@ impl From<u32> for MultiPathAvatar {
8004 => Self::FemalePreservation,
8005 => Self::MaleHarmony,
8006 => Self::FemaleHarmony,
8007 => Self::FemaleHarmony,
8008 => Self::FemaleHarmony,
8007 => Self::MaleRememberance,
8008 => Self::FemaleRememberance,
1224 => Self::MarchHunt,
1001 => Self::MarchPreservation,
_ => Self::Unk,