romdeau23 / wow-enchant-me

Check equipped items for missing enchants and gems
MIT License
0 stars 1 forks source link

LUA Error in 11.0.2 #3

Closed Andf closed 1 month ago

Andf commented 1 month ago

Hello!

Receving the following error with latest patch, addon not working anymore.

18x ...ddOns/Blizzard_Settings_Shared/Blizzard_Settings.lua:351: attempt to call method 'GetVariableType' (a nil value) [string "@Blizzard_Settings_Shared/Blizzard_Settings.lua"]:351: in function `CreateCheckboxInitializer' [string "@Blizzard_Settings_Shared/Blizzard_Settings.lua"]:375: in function <...ddOns/Blizzard_Settings_Shared/Blizzard_Settings.lua:374>

[string "@EnchantMe/modules/settings.lua"]:13: in function init' [string "@EnchantMe/lib/module.lua"]:15: in functionlistener' [string "@EnchantMe/lib/event.lua"]:37: in function <EnchantMe/lib/event.lua:33>

Locals: setting =

{ order = 13 ID = 13 name = "Enchant Me" subcategories =
{ } } options = nil tooltip = "Ignore missing Shadowed Belt Clasp (as it is usually very expensive and only gives a small amount of stamina)" (temporary) = nil (temporary) =
{ order = 13 ID = 13 name = "Enchant Me" subcategories =
{ } } (*temporary) = "attempt to call method 'GetVariableType' (a nil value)"

romdeau23 commented 1 month ago

Hey, this was just fixed in 1.3.7 (75d97eb7a4d2f7cde654d9f7639dd6c42e7583cc).

Andf commented 1 month ago

Many thanks for the quick fix!