Priest T4 set bonus error #1334


  • Bad Fix
Open
  • Izzeult created this issue Jul 16, 2021

    When I cast Prayer of Healing the renew from the two set bonus of T4 is causing issues:

     

     

    Message: ...\VisualHeal\Libs\LibHealComm-4.0\LibHealComm-4.0.lua:766: attempt to perform arithmetic on local 'requiresLevel' (a nil value)
    Time: Fri Jul 16 20:16:16 2021
    Count: 2
    Stack: ...\VisualHeal\Libs\LibHealComm-4.0\LibHealComm-4.0.lua:766: attempt to perform arithmetic on local 'requiresLevel' (a nil value)
    [string "@Interface\AddOns\PitBull4\Modules\VisualHeal\Libs\LibHealComm-4.0\LibHealComm-4.0.lua"]:766: in function <...\VisualHeal\Libs\LibHealComm-4.0\LibHealComm-4.0.lua:759>
    [string "@Interface\AddOns\PitBull4\Modules\VisualHeal\Libs\LibHealComm-4.0\LibHealComm-4.0.lua"]:1219: in function <...\VisualHeal\Libs\LibHealComm-4.0\LibHealComm-4.0.lua:1217>
    [string "@Interface\AddOns\PitBull4\Modules\VisualHeal\Libs\LibHealComm-4.0\LibHealComm-4.0.lua"]:2104: in function `?'
    [string "@Interface\AddOns\PitBull4\Modules\VisualHeal\Libs\LibHealComm-4.0\LibHealComm-4.0.lua"]:2707: in function <...\VisualHeal\Libs\LibHealComm-4.0\LibHealComm-4.0.lua:2705>

    Locals: spellData = <table> {
    levels = <table> {
    }
    coeff = 0
    interval = 3
    ticks = 3
    averages = <table> {
    }
    }
    spellName = "Renewal"
    spellRank = nil
    average = nil
    requiresLevel = nil
    (*temporary) = <function> defined =[C]:-1
    (*temporary) = 70
    (*temporary) = nil
    (*temporary) = "attempt to perform arithmetic on local 'requiresLevel' (a nil value)"
    type = <function> defined =[C]:-1
    min = <function> defined =[C]:-1
    playerLevel = 70

  • Izzeult added a tag Bad Fix Jul 16, 2021

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