From 1bfe68d92575927d17689b9c6eb171383c5e4300 Mon Sep 17 00:00:00 2001 From: SyntacticSalt Date: Thu, 2 Jul 2026 13:44:39 +0200 Subject: [PATCH 1/2] feat: Enable standard SquadAuto on ML --- lua/wikis/mobilelegends/Info.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/wikis/mobilelegends/Info.lua b/lua/wikis/mobilelegends/Info.lua index 104b01ab167..f127d9c6722 100644 --- a/lua/wikis/mobilelegends/Info.lua +++ b/lua/wikis/mobilelegends/Info.lua @@ -30,6 +30,7 @@ return { hasPosition = true, hasSpecialTeam = false, allowManual = true, + standardizedAuto = true, }, match2 = { status = 2, From 8e0be41ef36c534d302f41b41f563c26b528f906 Mon Sep 17 00:00:00 2001 From: SyntacticSalt Date: Thu, 2 Jul 2026 14:27:49 +0200 Subject: [PATCH 2/2] enable on lol --- lua/wikis/leagueoflegends/Info.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/wikis/leagueoflegends/Info.lua b/lua/wikis/leagueoflegends/Info.lua index 8f943a9040b..469738cf453 100644 --- a/lua/wikis/leagueoflegends/Info.lua +++ b/lua/wikis/leagueoflegends/Info.lua @@ -30,6 +30,7 @@ return { hasPosition = true, hasSpecialTeam = false, allowManual = true, + standardizedAuto = true, }, match2 = { matchPage = true,