Skip to content

Commit

Permalink
chore: put bracket at correct location
Browse files Browse the repository at this point in the history
  • Loading branch information
nulian committed Aug 6, 2024
1 parent 4705868 commit 7c27500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OutfitterOutfits.lua
Original file line number Diff line number Diff line change
Expand Up @@ -767,7 +767,7 @@ function Outfitter._OutfitMethodsEM:GetItems()
return self.TemporaryItems
end

if self.equipmentSetID and type(self.equipmentSetID == "number") then
if self.equipmentSetID and type(self.equipmentSetID) == "number" then
self.ItemLocations = C_EquipmentSet.GetItemLocations(self.equipmentSetID)
end

Expand Down

0 comments on commit 7c27500

Please sign in to comment.