Shift+M Map disappeared

I don’t know what happened, but my Shift+M map no longer appears.
I hear it opening and closing, but it’s nowhere to be seen.

I do not run any map addons, i have tried resetting the .lua files coordinates to 0, 0, i copied working .lua files from a character with a working map to my characters whose doesn’t worn, still nothing

anyone know any fixes to this?

Try:

/run BattlefieldMapFrame:ClearAllPoints BattlefieldMapFrame:SetPoint("CENTER", UIParent)

Thanks, but still nothing. I can still hear it turning off and on, but i see nothing on my screen.

Shift-M

/run BattlefieldMapOptions.locked = false BattlefieldMapTab:ClearAllPoints() BattlefieldMapTab:SetPoint("CENTER", UIParent) BattlefieldMapTab:OnDragStop()

(Shift-M again if you can’t see the map)

Then click the map and use the tab to drag the map where you want it.

Right click the tab and lock it.

1 Like

Bro… it worked! Thank you very much!