Out of Range color not showing #35


  • New
  • Defect
Open
Assigned to _ForgeUser302021
  • _ForgeUser5667 created this issue Nov 2, 2014

    Need to change line 153 in function buttonOnUpsate (self) in Core.lua
    from
        if inRange == 0 then
    to
        if inRange == false then

    This will again allow items on the questitembar to color when out of range

    the 0,1 logic has been replaced with false, true respectively

  • _ForgeUser5667 added the tags New Defect Nov 2, 2014

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