Garrison fix
Wizeowel opened this issue ยท 2 comments
Hi. When player is in the Garrison there are no map coords, so the addon spams an error.
This is because ImprovedBlizzardUI\modules\maps\minimap.lua only checks inInstance. However the Garrison - and maybe other shared indoor non-instance places - returns (false, "party") for the IsInInstance call
To fix, adjust line 32 of ImprovedBlizzardUI\modules\maps\minimap.lua
if (not inInstance and instanceType == 'none') then
Thanks for this. I will be generating and testing a new build in a couple days with this included.