From 20ee9b526ac094e8ff62945c9e8535007db91b2d Mon Sep 17 00:00:00 2001 From: Kevin Lyles Date: Sun, 19 Jan 2014 08:47:21 -0600 Subject: [PATCH] Fixed checkForTitansGrip --- WeightsWatcher.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.9.5