View Single Post
09/17/14, 01:37 PM   #44
Dolby
Every day I'm shuffling
 
Dolby's Avatar
Premium Member
WoWInterface Admin
Join Date: Feb 2004
Posts: 1,276
New version pushed live 2.0.13-beta. Feel free to update to this version. However you will want to add the following to your minion.xml
  • Open minion.xml in notepad or your favorite editor.
  • Find the tag <client>
  • Insert a new line directly below
  • Copy the following tag to that new line: <skip-network-check />
  • Save minion.xml & restart Minion.

example:
Code:
<client>
        <skip-network-check />
        <concurrent-updates>2</concurrent-updates>
        <game-scan-depth>4</game-scan-depth>
</client>
You'll only need to do this once, then all future updates "should" work too.

*We don't consider this a true fix but more of a bandaid until we find a better way. We don't want to require people to edit their minion.xml in the future.

Last edited by Dolby : 09/17/14 at 01:47 PM.
  Reply With Quote