View Single Post
11-28-12, 12:09 PM   #8
Screamie
A Defias Bandit
AddOn Author - Click to view addons
Join Date: Jul 2012
Posts: 2
Thumbs up

Originally Posted by Ketho View Post
The diff suggests differently
https://github.com/tekkub/wow-ui-sou...6872ff#L56L604
Code:
- local name, rank, icon, count, debuffType, duration, expirationTime, unitCaster, canStealOrPurge, shouldConsolidate, spellId, canApplyAura, isBossDebuff, points1, points2, points3, isCastByPlayer = UnitDebuff(unit, index, filter);
+ local name, rank, icon, count, debuffType, duration, expirationTime, unitCaster, canStealOrPurge, shouldConsolidate, spellId, canApplyAura, isBossDebuff, isCastByPlayer = UnitDebuff(unit, index, filter);
Not sure what to believe anymore though. Or maybe they just switched them around ..
Ah Okay then is the return value #14 isCastByPlayer and #15, #16, #17 are value1-value3

Fixed another addon with the same method as i do on freeAbsorbTracker (added a _, as return value #14 and then the #15 is value1.

Greetings Screamie
  Reply With Quote