From df84c6e6e1ceaa08eab9b4c1837e9450a18e853b Mon Sep 17 00:00:00 2001 From: cloudbells Date: Sat, 29 May 2021 17:10:48 +0200 Subject: [PATCH] Forgot to replace one dropdown call --- FieldGuide.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FieldGuide.lua b/FieldGuide.lua index 25a2ad7..71bd219 100644 --- a/FieldGuide.lua +++ b/FieldGuide.lua @@ -499,7 +499,7 @@ end local function setClass(_, class) if class == "HUNTER_PETS" then setBackground("HUNTER") - L_ToggleDropDownMenu(nil, nil, FieldGuideDropdownFrame) + libDD:ToggleDropDownMenu(nil, nil, FieldGuideDropdownFrame) libDD:UIDropDownMenu_SetText(FieldGuideDropdownFrame, CLASS_COLORS.HUNTER .. "Pet skills") elseif class == "WARLOCK_PETS" then setBackground("WARLOCK")