From 4578531353e7c9a407a69f6eac15fa2c6f2fd368 Mon Sep 17 00:00:00 2001 From: Adrian L Lange Date: Fri, 25 Jul 2014 14:04:54 +0200 Subject: [PATCH] Open the options twice to counter a blizzard bug --- Config.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/Config.lua b/Config.lua index a1efc00..313be9a 100644 --- a/Config.lua +++ b/Config.lua @@ -112,4 +112,5 @@ SLASH_BonusRollPreview1 = '/brp' SLASH_BonusRollPreview1 = '/bonusrollpreview' SlashCmdList[addonName] = function() InterfaceOptionsFrame_OpenToCategory(addonName) + InterfaceOptionsFrame_OpenToCategory(addonName) end -- 1.7.9.5