Skip to content

Commit

Permalink
Removed a couple of no longer used variables
Browse files Browse the repository at this point in the history
  • Loading branch information
lowlee committed Apr 2, 2010
1 parent b1ca4e1 commit 9500d54
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lowAvoidance.lua
Expand Up @@ -6,12 +6,10 @@ local result = {
parry = 0, parry = 0,
block = 0, block = 0,
critical = 0, critical = 0,
crushing = 0,
hit = 0, hit = 0,
} }


local talentedcritreduct = 0; local talentedcritreduct = 0;
local targetlevel = 70;


local dataobj = LibStub:GetLibrary("LibDataBroker-1.1"):NewDataObject("lowAvoidance", {icon = "Interface\\Icons\\Ability_Defend", text = "|cffff0000"..L["Critable"].."|r"}) local dataobj = LibStub:GetLibrary("LibDataBroker-1.1"):NewDataObject("lowAvoidance", {icon = "Interface\\Icons\\Ability_Defend", text = "|cffff0000"..L["Critable"].."|r"})


Expand Down

0 comments on commit 9500d54

Please sign in to comment.