# HG changeset patch # User rowaasr13 # Date 1485502476 -10800 # Node ID bc6794e51c970edba26c8328c35615c8836f15e4 # Parent 489a1643256412aed25f5f05d43377deef0650c9 add normal/heroic Emerald Nightmare and Trial of Valor diff -r 489a16432564 -r bc6794e51c97 LFGFilter.lua --- a/LFGFilter.lua Fri Jan 27 10:33:58 2017 +0300 +++ b/LFGFilter.lua Fri Jan 27 10:34:36 2017 +0300 @@ -31,6 +31,8 @@ hellfirecitadel = "hellfire_citadel", hellfire = "hellfire_citadel", hfc = "hellfire_citadel", + en = "emerald_nightmare", + tov = "trial_of_valor", healers = "healer", members = "member", tanks = "tank", @@ -186,6 +188,18 @@ elseif activityID == 410 then raid_token = "hellfire_citadel" result_env.heroic = true + elseif activityID == 413 then + raid_token = "emerald_nightmare" + result_env.normal = true + elseif activityID == 414 then + raid_token = "emerald_nightmare" + result_env.heroic = true + elseif activityID == 456 then + raid_token = "trial_of_valor" + result_env.normal = true + elseif activityID == 457 then + raid_token = "trial_of_valor" + result_env.heroic = true end if raid_token then