Quantcast

Added "quest item" and "heroic" to the item info

Kevin Lyles [02-01-10 - 02:52]
Added "quest item" and "heroic" to the item info
Filename
Regexps.lua
diff --git a/Regexps.lua b/Regexps.lua
index 2895974..632dfc3 100644
--- a/Regexps.lua
+++ b/Regexps.lua
@@ -203,6 +203,8 @@ ItemInfoLines = {
 	"^binds ",
 	"^unique",
 	"^soulbound$",
+	"^heroic$",
+	"^quest item$",
 }

 DoubleSlotLines = {