23 - Ignore certain groups
I've had many different raid guilds, all of them moving stand-by players to group 6+. An option for ignoring these groups would greatly improve the clearness of the class overview imo.
| User | When | Change |
|---|---|---|
| mdss | Thu, 22 Oct 2009 09:37:08 | Create |
- 1 comment
- 1 comment
- #1
Aznamir Fri, 23 Oct 2009 03:44:49Right now it can only be done manually:
In PallyPower.lua, in function PallyPower:UpdateRoster()
Replace if unit.class == self.ClassID[i] then
with if unit.class == self.ClassID[i] and unit.subgroup < 6 then