Skip to content

Commit 4b3ac04

Browse files
committed
Switch to a forked LibUIDropDownMenu, while the original is awaiting fixes
1 parent fd171d1 commit 4b3ac04

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pkgmeta

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ externals:
55
libs/CallbackHandler-1.0: https://repos.wowace.com/wow/ace3/trunk/CallbackHandler-1.0
66
libs/LibDBIcon-1.0: https://repos.wowace.com/wow/libdbicon-1-0/trunk/LibDBIcon-1.0
77
libs/LibDataBroker-1.1: https://github.com/tekkub/libdatabroker-1-1
8-
libs/LibUIDropDownMenu: https://repos.curseforge.com/wow/libuidropdownmenu/trunk/LibUIDropDownMenu
8+
libs/LibUIDropDownMenu: https://github.com/NumyAddon/LibUIDropDownMenu

ResearchViewer.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ local name, _ = ...
33
ResearchViewer = {}
44
local LibDBIcon = LibStub("LibDBIcon-1.0")
55
--- @type LibUIDropDownMenu
6-
local LibDD = LibStub:GetLibrary("LibUIDropDownMenu-4.0")
6+
local LibDD = LibStub("LibUIDropDownMenuNumy-4.0")
77

88
local playerClass, _ = UnitClassBase("player")
99
local orderHalls = {

0 commit comments

Comments
 (0)