fix: sarkaz MS count 1->8 (#12085)

This commit is contained in:
BxFS
2025-03-06 20:09:18 +08:00
committed by GitHub
parent 85a19f514a
commit 2f5c625abd

View File

@@ -20,7 +20,7 @@ private:
std::unordered_map<std::string, int> monthlySquadCount = { { "Phantom", 8 },
{ "Mizuki", 8 },
{ "Sami", 8 },
{ "Sarkaz", 1 } };
{ "Sarkaz", 8 } };
bool m_checkComms;
bool m_completed;
bool m_iterateMS;