4.3 - Cast bars disappear #170


  • New
  • Defect
Closed
Assigned to nevcairiel
  • _ForgeUser3313763 created this issue Oct 14, 2011

    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)

  • _ForgeUser3313763 added the tags New Defect Oct 14, 2011

To post a comment, please login or register a new account.