You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.
In Neuron-DB-Defaults.lua line 285, we declare a blizzBars table where we define ExtraBar, ExitBar, and ZoneAbilityBar. This table is then used in InterfacePanel.lua in the guiOptions() function (line 123) where it will throw errors on wow Classic due to those three bar types not being supported, as we specify earlier in Neuron-RegisteredBarData.lua.
We should fix this logic so that guiOptions() is not trying to access elements in our registered bars table that doesn't exist.
The text was updated successfully, but these errors were encountered:
In Neuron-DB-Defaults.lua line 285, we declare a blizzBars table where we define ExtraBar, ExitBar, and ZoneAbilityBar. This table is then used in InterfacePanel.lua in the guiOptions() function (line 123) where it will throw errors on wow Classic due to those three bar types not being supported, as we specify earlier in Neuron-RegisteredBarData.lua.
We should fix this logic so that guiOptions() is not trying to access elements in our registered bars table that doesn't exist.
The text was updated successfully, but these errors were encountered: