We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ae7b02 commit ee9c8d5Copy full SHA for ee9c8d5
AutoGear.lua
@@ -4420,16 +4420,9 @@ function AutoGearGetBestSetItems(info)
4420
bestInfo.link
4421
and bestInfo.link == info.link
4422
) or (
4423
- info.guid
4424
- and (
4425
- (
4426
- bestInfo.guid and
4427
- bestInfo.guid == info.guid
4428
- ) or (
4429
- bestInfo.itemLocation
4430
- and C_Item.GetItemGUID(bestInfo.itemLocation) == info.guid
4431
- )
4432
+ info.guid and
+ bestInfo.guid and
+ bestInfo.guid == info.guid
4433
)
4434
) then
4435
thisIsABestItem = 1
0 commit comments