View Single Post
12-23-14, 10:34 AM   #3
Rythal
Featured Artist
Featured
Join Date: Aug 2012
Posts: 1,458
I actually have this fixed locally. I've just been trying to find the cause of the disconnect errors so my local version is a mess right now as I try different things.

If someone wants to push it ahead of time, the fix is in NxMap.lua

Around line 4065 change
if winfo.Garrison then

to:
if winfo.Garrison and not isMicro then

As I don't have a mine I haven't tested it, but based on file paths inside the wow data files it should work.

-- Edit: Bah and i'm still in the github mindset, pushing it won't fix it for the live release :/