Skip to content

Commit ee9c8d5

Browse files
committed
just stop calling this confusing function that triggers errors
1 parent 0ae7b02 commit ee9c8d5

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

AutoGear.lua

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4420,16 +4420,9 @@ function AutoGearGetBestSetItems(info)
44204420
bestInfo.link
44214421
and bestInfo.link == info.link
44224422
) 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-
)
4423+
info.guid and
4424+
bestInfo.guid and
4425+
bestInfo.guid == info.guid
44334426
)
44344427
) then
44354428
thisIsABestItem = 1

0 commit comments

Comments
 (0)