From 7935f7c989240050d53a2c88926c038631545bb2 Mon Sep 17 00:00:00 2001 From: Kevin Lyles Date: Thu, 7 Jan 2010 00:57:03 -0600 Subject: [PATCH] added bind to account and pattern use effects to ignore --- Regexps.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Regexps.lua b/Regexps.lua index d99fcb7..258dd44 100644 --- a/Regexps.lua +++ b/Regexps.lua @@ -22,6 +22,7 @@ IgnoredLines = { "^Binds when equipped$", "^Binds when picked up$", "^Binds when used$", + "^Binds to account$", "^Durability %d+ / %d+$", "^<.+>$", "^\".+\"$", @@ -42,6 +43,7 @@ IgnoredLines = { "^Requires %a[%a ]+ %- Honored$", "^Requires %a[%a ]+ %- Revered$", "^Requires %a[%a ]+ %- Exalted$", + "^Use: Teaches you how to ", } socketBonus = "^Socket Bonus: (.*)" -- 1.7.9.5