View Single Post
02-20-15, 12:22 AM   #3
gmarco
An Onyxian Warder
 
gmarco's Avatar
AddOn Author - Click to view addons
Join Date: Dec 2009
Posts: 362
Thanks,
it really fixes this iussue :-)

Following your input I have also fixed the others iussue:

This:

Lua Code:
  1. NamePlate.BlizzThreat = NamePlate:GetRegions()

to this:

Lua Code:
  1. NamePlate.BlizzThreat = NamePlate:GetChildren():GetRegions()


And now it seems to works.

Thanks again.
__________________
This is Unix-Land. In quiet nights, you can hear the Windows machines reboot.
  Reply With Quote