View Single Post
11-09-08, 07:08 AM   #227
grimman
A Fallenroot Satyr
 
grimman's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 28
I have a bit of a problem... as usual. :P
Code:
self.RAID_ROSTER_UPDATE = updateGroup
+
Code:
local function updateGroup(self, event, unit)
	message("test")
end
Doesn't do anything at all. I'm in a raid, moving units around, updating loot rules etc, but the message never pops up.

The idea was to add a simple raid-group number on the player frame, much like Blizzard has on their own (rather crappy) unit frames. I had this on my old DUF layout which I based the oUF layout on, and I've come to miss it.

What am I doing wrong? :P