This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
On the 4.3 PTR, spell cast bars aren't displayed the majority of the time (only the background of the bar is visible). No LUA errors are triggered.
After briefly poking around the code, it appears that line 63 of QuartzStatusBar.lua might be causing the issue:local perc = (self.__value - self.__min) / (self.__max - self.__min)
To post a comment, please login or register a new account.