Quantcast

Fixed use effect with cooldowns to be ignored

Kevin Lyles [10-07-09 - 01:37]
Fixed use effect with cooldowns to be ignored
Filename
Regexps.lua
diff --git a/Regexps.lua b/Regexps.lua
index cda3828..3ea816d 100644
--- a/Regexps.lua
+++ b/Regexps.lua
@@ -29,6 +29,8 @@ IgnoredLines = {
 	"^Use: Restores %d+ to %d+ %a+",
 	-- Some relics that boost stats for certain abilities only
 	"^Equip: Increases the %a[%a ]+ of your %a[%a ]+ by ",
+	-- Use effects that have a cooldown
+	"[Cc]ooldown",
 	-- "Chance on hit" and "have a chance"
 	"[Cc]hance ",
 	"^You may trade this item with players that were also eligible to loot this item for the next ",