If you have ever played in the BG's you will know there is a cool Minimap that pops up if you right click on the PvP symbol while in a BG. Well sometimes this doesn't work anymore and I have found the solution.
In the file Blizzard_BattlefieldMinimap.lua located in World of Warcraft folder:
\WTF\Account\<AccountName>\<CharacterName>\SavedVariables\
Open the file with notepad, like this
Start > Run > Notepad > Click OK
Next drag the Blizzard_BattlefieldMinimap.lua onto the empty notepad window. You should see a few lines. Select everything by doing a Control + A key combo then press the delete key.
Now select and right click copy the lines above and below the "====="
============================================
BattlefieldMinimapOptions = {
['showPlayers'] = true,
['locked'] = false,
['opacity'] = 0.7,
['position'] = {
['y'] = 442.9999857693913,
['x'] = 844.999987408519,
},
}
============================================
OK, got that copied? Paste it into notepad by choosing Edit > Paste.
Save the updated file by choosing File > Save
Close notepad. Congrats You havew now fixed your BG Minimap

-Nik