On Retail (11.0.2), using OBG v1.35, getting the following error:
1x OpenableBeGone/Main.lua:80: attempt to call global 'GetAddOnMetadata' (a nil value)
[string "@OpenableBeGone/Main.lua"]:80: in function OnTooltipShow' [string "@Bazooka/Bazooka.lua"]:1588: in functionshowTip'
[string "@Bazooka/Bazooka.lua"]:1388: in function <Bazooka/Bazooka.lua:1379>
On Retail (11.0.2), using OBG v1.35, getting the following error:
1x OpenableBeGone/Main.lua:80: attempt to call global 'GetAddOnMetadata' (a nil value) [string "@OpenableBeGone/Main.lua"]:80: in function
OnTooltipShow' [string "@Bazooka/Bazooka.lua"]:1588: in function
showTip' [string "@Bazooka/Bazooka.lua"]:1388: in function <Bazooka/Bazooka.lua:1379>Locals: tt = GameTooltip { ItemTooltip = Frame { } BottomOverlay = Texture { } NineSlice = Frame { } textLeft1Font = "GameTooltipHeaderText" textRight2Font = "GameTooltipText" TopOverlay = Texture { } TextLeft1 = GameTooltipTextLeft1 { } StatusBar = GameTooltipStatusBar { } updateElapsed = 0 supportsDataRefresh = true CIMI_tooltipWritten = false waitingForData = false model = PlayerModel { } BigFactionIcon = Texture { } style = Frame { } shoppingTooltips =
Fix: Change all occurences of GetAddOnMetadata with C_AddOns.GetAddOnMetadata
Fixed in https://github.com/dapal-003/Openable-be-gone/commit/41aaf6c7657a1a6329fbe0d3a8fa93167795d467
I installed 1.37 and it looks like none of the changes have been included in that build. Am I incorrect in thinking they should be?