v2.5.2
TankMD
v2.5.2 (2024-01-17)
Full Changelog Previous Releases
- Update Interface version (#10)
Co-authored-by: Oppzippy [email protected] - Run tests before publishing releases
- Skip linting tests
Globals are set in tests to match the WoW lua environment. It's simpler
to just disable linting tests for now. - Run tests in github actions
- Fix GetSortedGroupMembers edge cases (GH-9)
According to https://warcraft.wiki.gg/wiki/API\_GetRaidRosterInfo, there
can be holes between raid1 and raid40, meaning all unit ids are not
necesssarily consecutive. This means we should just go over all 40 raid
members and skip nils.
It is also possible for UnitName to return Unknown sometimes, so those
units should be skipped to avoid misdirecting the wrong target in the
case that multiple targets are named Unknown.
Co-authored-by: Road-block [email protected]