changeset 48:ae92a56133ad

remove outdated comment
author Chris Mellon <arkanes@gmail.com>
date Sat, 12 Mar 2011 18:21:02 -0600
parents afd410b949ea
children 95dfc062e583
files KBF.lua
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/KBF.lua	Sat Mar 12 08:34:52 2011 -0600
+++ b/KBF.lua	Sat Mar 12 18:21:02 2011 -0600
@@ -294,10 +294,6 @@
 		for tag, info in pairs(knownEnchants) do
 			if gratt:Find(tag) then 
 				spellId, duration = unpack(info)
-				-- TODO: Maybe want to leave it as the weapon icon?
-				-- I don't think theres enough room to add both the name of the weapon & the buff in there
-				-- maybe use the tag?
-				-- Or maybe use the slot name, ie Flametongue / Main Hand
 				name, _, _ = GetSpellInfo(spellId)
 				local slots = {[16] = "Main Hand", [17] = "Off Hand", [18] = "Thrown"}
 				name = name .. " (" .. slots[slot] .. ")"