BigDebuffs

BigDebuffs

18M Downloads

Lua Errors in Arena

fatguyqtpie opened this issue ยท 1 comments

commented

unknown

Looks like every time i face a mage in arena. Will try to copy whole error text when im not busy breaking my keyboard.

commented

fixed in #206
in the meantime you can go to line 240 in Addons/BigDebuffs/Retail.lua and change the parentID:

OLD

    [342246] = { type = BUFF_DEFENSIVE }, --Alter Time (Arcane)
        [110909] = { type = BUFF_DEFENSIVE, parent = 108978 }, --Alter Time (Fire/Frost) 

NEW

    [342246] = { type = BUFF_DEFENSIVE }, --Alter Time (Arcane)
        [110909] = { type = BUFF_DEFENSIVE, parent = 342246 }, --Alter Time (Fire/Frost)