TBC Max Level Warlock Health Funnel Spell causing errors in LibHealComm #1660


Open
  • ppopek created this issue Jun 7, 2021

    Health Funnel Rank 8 causing large number of Lua Errors

     

     

    178x ...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) = 68
    (*temporary) = nil
    (*temporary) = "attempt to perform arithmetic on local 'requiresLevel' (a nil value)"
    type = <function> defined =[C]:-1
    min = <function> defined =[C]:-1
    playerLevel = 68

  • vgullotta posted a comment Jun 8, 2021

    I am getting the same, level 66 shaman whenever I try to heal myself or anyone else

     

    Message: ...dUnitFrames\libs\LibHealComm-4.0\LibHealComm-4.0.lua:758: attempt to perform arithmetic on local 'requiresLevel' (a nil value)
    Time: Tue Jun 8 17:45:34 2021
    Count: 1
    Stack: ...dUnitFrames\libs\LibHealComm-4.0\LibHealComm-4.0.lua:758: attempt to perform arithmetic on local 'requiresLevel' (a nil value)
    [string "@Interface\AddOns\ShadowedUnitFrames\libs\LibHealComm-4.0\LibHealComm-4.0.lua"]:758: in function <...dUnitFrames\libs\LibHealComm-4.0\LibHealComm-4.0.lua:751>
    [string "@Interface\AddOns\ShadowedUnitFrames\libs\LibHealComm-4.0\LibHealComm-4.0.lua"]:1185: in function <...dUnitFrames\libs\LibHealComm-4.0\LibHealComm-4.0.lua:1183>
    [string "=(tail call)"]: ?
    [string "@Interface\AddOns\ShadowedUnitFrames\libs\LibHealComm-4.0\LibHealComm-4.0.lua"]:1993: in function `?'
    [string "@Interface\AddOns\ShadowedUnitFrames\libs\LibHealComm-4.0\LibHealComm-4.0.lua"]:2446: in function <...dUnitFrames\libs\LibHealComm-4.0\LibHealComm-4.0.lua:2442>

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

  • Sahnisani posted a comment Jun 10, 2021

    Also happens when casting Renew on self or party members.


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