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.
- 1 comment
- 1 comment
Facts
- Last updated
- Feb 22, 2010
- Reported
- Oct 22, 2009
- Status
- Fixed - Developer made requested changes. QA should verify.
- Type
- Enhancement - A change which is intended to better the project in some way
- Priority
- Medium - Normal priority.
- Votes
- 0
- Reply
- #1
Aznamir Oct 23, 2009 at 03:44 UTC - 0 likesRight 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