mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-16 01:40:46 +08:00
fix: sarkaz MS count 1->8 (#12085)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user