Improved Blizzard UI

Improved Blizzard UI

161k Downloads

Garrison fix

Wizeowel opened this issue ยท 2 comments

commented

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

commented

Thanks for this. I will be generating and testing a new build in a couple days with this included.

commented

This has now been resolved with 8.0.4