-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SetBackdropBorderColor LUA error when hovering over wild pets profile in battle #16
Comments
Similar error when hovering over pets in the AH UI related to the changes in SetBackDropBorderColor: Message: Interface\AddOns\BetterBattlePetTooltip\Core.lua:312: attempt to call method 'SetBackdropBorderColor' (a nil value) Locals: |
The problem is caused in 9.0 because to improve performance frames don't have backdrops anymore unless they import or inherit the backdrop template. |
When in battle with a wild pet, if you hover over the pet you're fighting to get more info, the following LUA pops up.
I believe this was set by changes to backdrop commands in 9.0.1:
Message: Interface\AddOns\BetterBattlePetTooltip\Core.lua:312: attempt to call method 'SetBackdropBorderColor' (a nil value)
Time: Fri Nov 27 11:27:23 2020
Count: 7
Stack: Interface\AddOns\BetterBattlePetTooltip\Core.lua:312: attempt to call method 'SetBackdropBorderColor' (a nil value)
[string "=[C]"]: in function
SetBackdropBorderColor' [string "@Interface\AddOns\BetterBattlePetTooltip\Core.lua"]:312: in function <Interface\AddOns\BetterBattlePetTooltip\Core.lua:299> [string "@Interface\AddOns\BetterBattlePetTooltip\Core.lua"]:334: in function <Interface\AddOns\BetterBattlePetTooltip\Core.lua:328> [string "=[C]"]: in function
PetBattleUnitTooltip_UpdateForUnit'[string ":OnEnter"]:2: in function <[string ":OnEnter"]:1>
[string "=[C]"]: ?
Locals:
The text was updated successfully, but these errors were encountered: