View Single Post
11-05-08, 09:50 AM   #211
Kellen
A Deviate Faerie Dragon
Join Date: Mar 2008
Posts: 18
You need to set the 'point' (anchor point) attribute:

Code:
raidgroup:SetManyAttributes('groupFilter', tostring(i), 'showRaid', true, 'xOffSet', 5, 'point', 'LEFT')
(Note I changed the offset too)

Last edited by Kellen : 11-05-08 at 09:52 AM.