Skip to content

Commit

Permalink
Fixed check for GearManagerDialog
Browse files Browse the repository at this point in the history
  • Loading branch information
GovtGeek committed Jul 11, 2024
1 parent 883d096 commit 4dac105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Outfitter.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4871,7 +4871,7 @@ end
-- Needs to fix GearManagerDialog too
function Outfitter:EquipmentManagerAdjust(eventName, cvar, value)
--print(eventName.." "..cvar.." "..value.." ("..type(value)..")") --DAC
if not Outfitter:IsClassicCataclysm() then
if GearManagerDialog then
if cvar == "equipmentManager" and value == "1" then -- cvar values are strings
-- Scoot the title drop down over a little and adjust the button and frame
if PlayerTitleDropDown then
Expand Down

0 comments on commit 4dac105

Please sign in to comment.