View Single Post
08/19/18, 04:18 AM   #3
Shinni
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 167
Yes, GetCurrentMapZoneIndex is bugged. Some subzones like dungeons or quest-only areas return wrong indices. It caused quite some bugs in Lorebooks and HarvestMap. The workaround is to use GetUnitZoneIndex("player") instead.