changeset 42:bc6794e51c97

add normal/heroic Emerald Nightmare and Trial of Valor
author rowaasr13
date Fri, 27 Jan 2017 10:34:36 +0300
parents 489a16432564
children 324bcc47f37a
files LFGFilter.lua
diffstat 1 files changed, 14 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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