Skip to content

Commit

Permalink
Forgot to replace one dropdown call
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudbells committed May 29, 2021
1 parent 9c50865 commit df84c6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FieldGuide.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit df84c6e

Please sign in to comment.