Questie

Questie

116M Downloads

With the addition of Astrolabe the minimap resets the worldmap.

Logonz opened this issue ยท 3 comments

commented

With the addition of Astrolabe the minimap resets the worldmap.

commented

Fixed with the latest commit, uses the old value before the map was opened.

commented

This was happening before with our code that was used to check the current zone id, because it called SetMapToCurrentZone(), and that reset the map. It could be related.

commented

It's in the function function Astrolabe:GetCurrentPlayerPosition() in astrolabe.lua, didn't want to fix it before i fully understand how Astrolabe uses this function