Quantcast

Fixed an enchant match line

Kevin Lyles [08-13-10 - 01:12]
Fixed an enchant match line
Filename
Regexps.lua
diff --git a/Regexps.lua b/Regexps.lua
index b260591..9f29dd8 100644
--- a/Regexps.lua
+++ b/Regexps.lua
@@ -207,7 +207,7 @@ local EquipStatsAffixes = {
 local EnchantMatchLines = {
 	"^use: permanently ",
 	"^use: teaches you how to permanently enchant ",
-	"^use: attach",
+	"^use: attaches ",
 	"^use: enchants? ",
 }