View Single Post
02-02-16, 11:43 PM   #6
SDPhantom
A Pyroguard Emberseer
 
SDPhantom's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2006
Posts: 2,336
I made a mistake and left out something. Open the .lua file with a text editor like Notepad and modify the following line:
Code:
local cur,_,max=bar:GetValue(),bar:GetMinMaxValues();
Add the parenthesis colored green.

This fix has been applied to the code posted above as well.
__________________
WoWInterface AddOns
"All I want is a pretty girl, a decent meal, and the right to shoot lightning at fools."
-Anders (Dragon Age: Origins - Awakening)

Last edited by SDPhantom : 02-02-16 at 11:50 PM.
  Reply With Quote