ToxiUI - ElvUI edit

ToxiUI - ElvUI edit

262k Downloads

WunderBar open / close professions broken

Uncaught3xception opened this issue ยท 1 comments

commented

Description

When clicking the professions you get a LUA error because the GetTradeSkillLine method is removed in patch 10.0:

Message: ...I_ToxiUI/Modules/WunderBar/SubModules/Profession.lua:106: attempt to call field 'GetTradeSkillLine' (a nil value)
Time: Sun Oct 30 11:45:53 2022
Count: 3
Stack: ...I_ToxiUI/Modules/WunderBar/SubModules/Profession.lua:106: attempt to call field 'GetTradeSkillLine' (a nil value)
[string "=[C]"]: in function `GetTradeSkillLine'
[string "@Interface/AddOns/ElvUI_ToxiUI/Modules/WunderBar/SubModules/Profession.lua"]:106: in function `ProfessionOpen'
[string "@Interface/AddOns/ElvUI_ToxiUI/Modules/WunderBar/SubModules/Profession.lua"]:98: in function `ProfessionClick'
[string "@Interface/AddOns/ElvUI_ToxiUI/Modules/WunderBar/SubModules/Profession.lua"]:52: in function `OnClick'
[string "@Interface/AddOns/ElvUI_ToxiUI/Modules/WunderBar/Modules.lua"]:122: in function `ModuleOnClick'
[string "@Interface/AddOns/ElvUI_ToxiUI/Modules/WunderBar/SubModules/Profession.lua"]:434: in function <...I_ToxiUI/Modules/WunderBar/SubModules/Profession.lua:433>

To reproduce

  1. Click on professions in WunderBar
commented