diff Gear.lua @ 153:31386c009f03 v72

dazar'alor auto-logging
author yellowfive
date Tue, 22 Jan 2019 22:18:27 -0800
parents bdf1b0c98882
children 35612aee8e15
line wrap: on
line diff
--- a/Gear.lua	Thu Jan 03 13:36:56 2019 -0800
+++ b/Gear.lua	Tue Jan 22 22:18:27 2019 -0800
@@ -302,7 +302,7 @@
 				if slotId == 1 or slotId == 3 or slotId == 5 then
 					-- show the item as not equipped if azerite doesn't match... might mean they have to switch to another version of same item
 					local aztDiff = countItemDifferences(optimalItem, equippedItem)
-					if aztDiff == 0 then
+					if aztDiff < 10 then
 						isEquipped = true
 					end
 				else