Set Map Scale issue

I found a post that isn’t that old saying that the below macro would let you change the map scale yet its not working for me. Wondering if its due to the recent patch and if there is an alternative.

/run BattlefieldMapFrame:SetScale(1.4)

Do you mean the battlefield map instead of the world map? The one you open with shift-m

It still works but it’s a loadondemand blizzard addon so if you want to specifically set it from a macro without having opened the battlefield map before, you need to tell it to load the addon first

/run BattlefieldMap_LoadUI(); BattlefieldMapFrame:Show(); BattlefieldMapFrame:SetScale(1.4)