Quantcast

Another spam filter for damage meters

Darthpred [04-14-15 - 11:49]
Another spam filter for damage meters
Filename
ElvUI_SLE/modules/chat.lua
diff --git a/ElvUI_SLE/modules/chat.lua b/ElvUI_SLE/modules/chat.lua
index efae55a..83ef344 100644
--- a/ElvUI_SLE/modules/chat.lua
+++ b/ElvUI_SLE/modules/chat.lua
@@ -73,6 +73,7 @@ CH.spamNextLines = {
 	"^[+-]%d+.%d", -- Numeration Deathlog Details
 	"^(%d+). (.*):(.*)(%d+)(.*)(%d+)%%(.*)%((%d+)%)$", -- TinyDPS
 	"^(.+) (%d-%.%d-%w)$", -- Skada 2
+	'|c%x-|H.-|h(%[.-%])|h|r (%d-%.%d-%w %(%d-%.%d-%%%))', --Skada 3
 }
 CH.Meters = {}