BattlegroundSpiritReleaser

38.1k Downloads

Not working on Retail 11.0

Tanae opened this issue · 4 comments

commented

7x ...egroundSpiritReleaser/BattlegroundSpiritReleaser.lua:132: attempt to call global 'InterfaceOptions_AddCategory' (a nil value)
[string "@BattlegroundSpiritReleaser/BattlegroundSpiritReleaser.lua"]:132: in main chunk

Locals:
BattlegroundSpiritReleaserDBDefaults =

{
Enabled = true
SoulstoneDelay = 0
UseSoulstone = true
}
maxSoulstoneDelay = 20
optionsMenu = BattlegroundSpiritReleaserOptionsMenu {
name = "BattlegroundSpiritReleaser"
}
enabledCheckButton = BattlegroundSpiritReleaserEnabledCheckButton {
Text = BattlegroundSpiritReleaserEnabledCheckButtonText {
}
text = BattlegroundSpiritReleaserEnabledCheckButtonText {
}
}
useSoulstoneCheckButton = BattlegroundSpiritReleaserUseSoulstoneCheckButton {
Text = BattlegroundSpiritReleaserUseSoulstoneCheckButtonText {
}
text = BattlegroundSpiritReleaserUseSoulstoneCheckButtonText {
}
}
soulstoneDelayLabel = BattlegroundSpiritReleaserSoulstoneDelayLabel {
}
soulstoneDelayEditBox = BattlegroundSpiritReleaserSoulstoneDelayEditBox {
Right = Texture {
}
Left = Texture {
}
Middle = Texture {
}
}
soulstoneDelaySlider = BattlegroundSpiritReleaserSoulstoneDelaySlider {
PixelSnapDisabled = true
Center = Texture {
}
RightEdge = Texture {
}
backdropInfo =
{
}
BottomEdge = Texture {
}
BottomLeftCorner = Texture {
}
BottomRightCorner = Texture {
}
TopEdge = Texture {
}
TopRightCorner = Texture {
}
TopLeftCorner = Texture {
}
LeftEdge = Texture {
}
}
(*temporary) = nil
(*temporary) = BattlegroundSpiritReleaserOptionsMenu {
name = "BattlegroundSpiritReleaser"
}
(*temporary) = "attempt to call global 'InterfaceOptions_AddCategory' (a nil value)"

commented

I've committed a possible fix, but not published a release. Can you please test the latest commit from the master branch in mainline WoW?

commented

Sure. I'll report back if there's issues or not so you can push out a release. Thanks for your dedication to the addon.

commented

Everything is working perfectly now. Thank you again! You're amazing!

commented

Thanks for the report. I'll publish a release now.