[BCC] Error when using max rank health funnel #1672


Open
  • Moreorlessmaybe created this issue Jun 26, 2021

    Everytime I use rank 8 of health funnel I get the error below. It does not happen with lower ranks.

     

    15x ...dUnitFrames\libs\LibHealComm-4.0\LibHealComm-4.0-92.lua:758: attempt to perform arithmetic on local 'requiresLevel' (a nil value)
    [string "@ShadowedUnitFrames\libs\LibHealComm-4.0\LibHealComm-4.0-92.lua"]:758: in function <...dUnitFrames\libs\LibHealComm-4.0\LibHealComm-4.0.lua:751>
    [string "@ShadowedUnitFrames\libs\LibHealComm-4.0\LibHealComm-4.0-92.lua"]:1265: in function <...dUnitFrames\libs\LibHealComm-4.0\LibHealComm-4.0.lua:1263>
    [string "=(tail call)"]: ?
    [string "@ShadowedUnitFrames\libs\LibHealComm-4.0\LibHealComm-4.0-92.lua"]:1993: in function `?'
    [string "@ShadowedUnitFrames\libs\LibHealComm-4.0\LibHealComm-4.0-92.lua"]:2446: in function <...dUnitFrames\libs\LibHealComm-4.0\LibHealComm-4.0.lua:2442>

    Locals:
    spellData = <table> {
    interval = 1
    levels = <table> {
    }
    ticks = 10
    averages = <table> {
    }
    }
    spellName = "Health Funnel"
    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

     

     

    Using v4.3.1-classic-2-g9302929


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