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")