File Details
HeraldObserver_1.2.0.zip
- R
- Apr 22, 2025
- 230.30 KB
- 11
- 11.1.5+1
- Retail
File Name
HeraldObserver_1.2.0.zip
Supported Versions
- 11.1.5
- 11.1.0
Version 1.2.0 - Heirloom Detection & Gear Enforcement
--------------------------------------------------------
Gear Validation Enhancement
The addon now detects and rejects heirloom gear when validating a player's equipment.
- Heirloom items (quality = 7) are now flagged as ineligible.
- The scan result will include "heirloom" as a rejection reason if detected.
- Fully integrated into the existing getGearValidity() logic.
Feedback and Messaging Updates
Invalid gear reports now mention specific reasons:
- Item level too high (ilvl)
- Expansion too recent (expac)
- Gear is heirloom (heirloom)
Codebase Changes
- Refactored getGearValidity() to return a third validation check for heirloom status.
- Improved output clarity by including detailed rejection causes.
Compatibility
- Fully backwards compatible with previous versions.
- Does not alter existing SavedVariables or UI structure.