Lua Errors in Arena
fatguyqtpie opened this issue ยท 1 comments
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)