Bug: Druid Wrath in Retail issues is IsSpellInRange()
nfet opened this issue ยท 0 comments
Describe the bug
Wrath spell (and others?) is unable to determine whether the target unit is in range of a spell.
The function to determine whether a target unit is in range is IsSpellInRange
.
Example:
/dump IsSpellInRange('Wrath')
# returns nil
Work Item
- Investigate and fix.
- Reproduced in retail/druid but need to check if other versions are affected
- Does ABP need to save bookIndex from GetCursorInfo() after a drag-n-drop event?