From ece5581d0a65e500396c2b7c693edb9e11851264 Mon Sep 17 00:00:00 2001 From: ackis Date: Thu, 4 Jun 2009 18:32:37 +0000 Subject: [PATCH] Add a few comments. --- ARLDatamine.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ARLDatamine.lua b/ARLDatamine.lua index 352b45f..a421229 100644 --- a/ARLDatamine.lua +++ b/ARLDatamine.lua @@ -805,6 +805,7 @@ self:Print(text) healer = false confirmedtype = true end + -- Classes elseif (strmatch(text,"deathknight")) then Deathknight = true elseif (strmatch(text,"druid")) then @@ -825,6 +826,7 @@ self:Print(text) Warlock = true elseif (strmatch(text,"warrior")) then Warrior = true + -- Armor types elseif (strmatch(text,"cloth")) then Cloth = true elseif (strmatch(text,"leather")) then @@ -843,6 +845,7 @@ self:Print(text) Necklace = true elseif (strmatch(text,"shield")) then Shield = true + -- Weapon types elseif (strmatch(text,"1 hand")) or (strmatch(text,"off hand")) then OneHanded = true elseif (strmatch(text,"2 hand")) then -- 1.7.9.5