Icon priority system
presnetjay opened this issue ยท 2 comments
I can't understand Icon priority systems. I tried lots of lua scripts, but can't solve the problem.
I'm playing feral druid now, I want to sort debuffs 1. Rake / 2. Rip / 3. Thrash,
Can anyone tell me lua script for this sorting?
Oh, I'm so sorry I haven't noticed this issue.
Script for you:
function(aura1, aura2) return aura1.spellName < aura2.spellName; end