Thread: raid question
View Single Post
11-21-09, 06:58 PM   #2
wurmfood
A Flamescale Wyrmkin
AddOn Author - Click to view addons
Join Date: Apr 2009
Posts: 122
Somewhere in the code you'll see something that resembles this:

for i = 1, 5 do
oUF:Spawn(blah blah blah)
end

This sets up the group headers. If you change that 5 to an 8 you'll get what you want.
  Reply With Quote