This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
Using the latest no-lib version gives errors on login, so I'm using the other version. No errors.
Addon still works, but when you mouse-over the broker icon the first time, this error pops up:
Message: Interface\AddOns\RoleCall\RoleCall.lua:338: attempt to index global 'CLASS_TALENT_LEVELS' (a nil value)Time: Fri Oct 23 10:47:44 2020Count: 1Stack: Interface\AddOns\RoleCall\RoleCall.lua:338: attempt to index global 'CLASS_TALENT_LEVELS' (a nil value)[string "@Interface\AddOns\RoleCall\RoleCall.lua"]:338: in function <Interface\AddOns\RoleCall\RoleCall.lua:336>[string "@Interface\AddOns\RoleCall\RoleCall.lua"]:408: in function <Interface\AddOns\RoleCall\RoleCall.lua:379>[string "@Interface\AddOns\RoleCall\RoleCall.lua"]:481: in function <Interface\AddOns\RoleCall\RoleCall.lua:474>[string "@Interface\AddOns\RoleCall\RoleCall.lua"]:525: in function `OnEnter'[string "@Interface\AddOns\ChocolateBar\Chocolate.lua"]:257: in function <Interface\AddOns\ChocolateBar\Chocolate.lua:228>
CLASS_TALENT_LEVELS
Locals: class = "ROGUE"level = 50tierCount = 0(*temporary) = nil(*temporary) = nil(*temporary) = nil(*temporary) = nil(*temporary) = nil(*temporary) = nil(*temporary) = "attempt to index global 'CLASS_TALENT_LEVELS' (a nil value)"
Gamepedia says:
Patch 9.0.1 (2020-10-13): Added tierUnlockLevel return, which replaced CLASS_TALENT_LEVELS usage.
tierUnlockLevel
So I thought maybe I could just replace all instances of CLASS_TALENT_LEVELS with tierUnlockLevel , unfortunately, that didn't fix it.
Technically the addon works, but if anyone knows a fix for that initial first-time-mouse-hover error popup, it would be nice.
To post a comment, please login or register a new account.