Quantcast

Fixed meta gem recommendations (must be meta gems)

Kevin Lyles [02-11-10 - 20:04]
Fixed meta gem recommendations (must be meta gems)
Filename
WeightsWatcher.lua
diff --git a/WeightsWatcher.lua b/WeightsWatcher.lua
index fbce155..0cbd736 100644
--- a/WeightsWatcher.lua
+++ b/WeightsWatcher.lua
@@ -134,7 +134,7 @@ ww_weightIdealCacheWeightMetatable = {
 				table.insert(bestGems, gemId)
 				gemScore = gemScore + tbl.bestGems[color .. "Score"]
 			end
-			if breakSocketColors then
+			if breakSocketColors and color ~= "Meta" then
 				gemIdIgnoreSocket = tbl.bestGems.Overall
 				if #(gemIdIgnoreSocket) > 0 then
 					table.insert(bestGemsIgnoreSocket, gemIdIgnoreSocket)