View Single Post
08-11-10, 04:11 PM   #81
Ferous
Sheer Sense of Doom
AddOn Author - Click to view addons
Join Date: Mar 2008
Posts: 863
specifically, if your HP tags ain't updating you need to register that tag to:

Code:
"UNIT_HEALTH UNIT_MAXHEALTH"
event above

i.e.

Code:
oUF.TagEvents["AfterHealth"] = "UNIT_HEALTH UNIT_MAXHEALTH"
  Reply With Quote