Talyrius/TinyDPS

Map interference

Closed this issue · 1 comments

Imported from CurseForge #46

thraaace created this issue Apr 30, 2017

TinyDPS 7.0.3.2 interferes with the world map.

  • When viewing quest text, it'll reset back to the quest list after a second or two.
  • On the Broken Isles maps, after selecting the second or third Emissary, it'll reset back to the first after a second or two.

It's caused by getCurrentMapAreaID. I've disabled the call to the function for now, since I don't PvP much.

I was going to have a crack at fixing this. Swapping lines 1221 and 1222 around fixes location reseting, but the other issues would require the addon to get various state data relating to the world map. It started getting a bit hairy. :P

Fixed via 61b9ca0.