Quantcast

Fixed checkForTitansGrip

Kevin Lyles [01-19-14 - 14:47]
Fixed checkForTitansGrip
Filename
WeightsWatcher.lua
diff --git a/WeightsWatcher.lua b/WeightsWatcher.lua
index 8e55e43..9391059 100644
--- a/WeightsWatcher.lua
+++ b/WeightsWatcher.lua
@@ -528,7 +528,7 @@ function WeightsWatcher.Broken(dataType)
 end

 local function checkForTitansGrip()
-	if class == "WARRIOR" then
+	if WeightsWatcher.player.class == "WARRIOR" then
 		return GetSpecialization() == 2 and WeightsWatcher.player.level >= 38
 	end
 	return false