Hello, using ShadowedUnitFrames-v3.4.4-29-g43675c7 on a fresh lvl 90 warlock (not a single other addon except ACP/BugGrabber/BugSack), i got the following error on combopoints.lua, line 136.
I was affliction with glyph providing a 4th shard.
Inserting at line 132
print(max,pointsFrame.config.powerType)
I got
- when unchecking the "lock" checkbox : max=50000 and powerType=7
- when checking "lock" back : max=4 and powerType=7.
I fixed it temporarily by inserting this on line 136 of combopoints.lua
0
I was affliction with glyph providing a 4th shard.
Inserting at line 132
I got
- when unchecking the "lock" checkbox : max=50000 and powerType=7
- when checking "lock" back : max=4 and powerType=7.
I fixed it temporarily by inserting this on line 136 of combopoints.lua