View Single Post
03-26-21, 04:07 PM   #2
L3n1n
A Fallenroot Satyr
 
L3n1n's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2010
Posts: 20
I tested this solution and it works:

Code:
hooksecurefunc("DefaultCompactNamePlateFrameAnchorInternal", function(frame, setupOptions)
	setupOptions.healthBarHeight = 8 -- 4 Default
end)
  Reply With Quote