Skip to content

Commit

Permalink
[UnitFrames] Happiness is not in Cataclysm pt. 2
Browse files Browse the repository at this point in the history
  • Loading branch information
EsreverWoW committed May 4, 2024
1 parent 60883ac commit 3cb1b8a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ShestakUI_Config/Options.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1851,8 +1851,10 @@ do
if IsVanillaBuild() then
HideOptions(vanilla)
show_target_target:SetPoint("LEFT", show_pet, "RIGHT", 248, 0)
elseif IsClassicBuild() then
elseif IsTBCBuild() or IsWrathBuild() then
HideOptions(classic)
elseif IsCataBuild() then
HideOptions(cata)
else
HideOptions(mainline)
end
Expand Down

0 comments on commit 3cb1b8a

Please sign in to comment.