LUA Error when disabling dynamic option (Vanilla SoD)
snaccctv opened this issue ยท 0 comments
Game Version: Classic (SoD)
Receive the following LUA error when toggling off the dynamic checkbox:
Message: Interface/AddOns/ExtraStats/modules/Vanilla.lua:1027: attempt to index global 'statFrame' (a nil value)
Time: Fri Jan 12 12:10:55 2024
Count: 1
Stack: Interface/AddOns/ExtraStats/modules/Vanilla.lua:1027: attempt to index global 'statFrame' (a nil value)
[string "=[C]"]: ?
[string "@Interface/AddOns/ExtraStats/modules/Vanilla.lua"]:1027: in function `value'
[string "@Interface/AddOns/ExtraStats/core/character/stats.lua"]:275: in function `?'
[string "@Interface/AddOns/ExtraStats/core/methods.lua"]:52: in function `Trigger'
[string "@Interface/AddOns/ExtraStats/core/methods.lua"]:138: in function `?'
[string "@Interface/AddOns/Details/Libs/AceTimer-3.0/AceTimer-3.0.lua"]:55: in function <...ce/AddOns/Details/Libs/AceTimer-3.0/AceTimer-3.0.lua:50>
Locals: (*temporary) = <function> defined =[C]:-1
I'm assuming the dynamic toggle is supposed to dynamically choose which stats to show based on your class/role? If so it's not doing that properly as I am a caster and it's displaying melee stats. So the only way for me to currently show my stats is to toggle dynamic off which is creating this LUA error.
I really love the plugin (it looks great), but is there any way to fix this?
Thanks!