File Details
v1.0.1
- R
- Jun 18, 2026
- 5.06 KB
- 6
- 12.0.7
- Retail
File Name
DevouringWatch-v1.0.1.zip
Supported Versions
- 12.0.7
DevouringWatch
v1.0.1 (2026-06-18)
Full Changelog Previous Releases
- Release 1.0.1: ship GetAreaPOIInfo fix; Interface 120005 -> 120007
v1.0.0 shipped C_AreaPoiInfo.GetAreaPOIInfo(poiID) without the required mapID,
which broke scanning and the panel entirely. The fix landed on main (5477f98)
but was never tagged. Bump version + interface so a 1.0.1 release reaches users. - Add explicit weekly Void Assault quest tracking
GetTaskQuests() only catches isTask-flagged quests; the weekly Void Assault
quests (94385 Eversong, 94386 Zul'Aman) are proper weekly quests and were
invisible to it. Added GetWeeklyAssaultQuest() which checks these IDs directly
in the quest log, including intro-quest lock state (96080) and completion.
Display now shows which zone is active, in-progress %, or done status. - Fix GetAreaPOIInfo call - mapID argument is required, not optional
- Set Interface to 120005 for 12.0.5 client compatibility