changeset 18:caae3287d83c

add support for Blackrock Foundry (zone, not bosses for the moment)
author ovolkov
date Thu, 05 Feb 2015 04:21:54 +0300
parents ba1754998685
children bb8d84ab1f3a
files LFGFilter.lua
diffstat 1 files changed, 19 insertions(+), 12 deletions(-) [+]
line wrap: on
line diff
--- a/LFGFilter.lua	Thu Feb 05 04:21:19 2015 +0300
+++ b/LFGFilter.lua	Thu Feb 05 04:21:54 2015 +0300
@@ -12,17 +12,19 @@
 })
 
 local aliases = {
-   hm       = "highmaul",
-   healers  = "healer",
-   members  = "member",
-   tanks    = "tank",
-   damagers = "damager",
-   damage   = "damager",
-   plates   = "plate",
-   mails    = "mail",
-   leathers = "leather",
-   cloths   = "cloth",
-   clothies = "cloth",
+   hm               = "highmaul",
+   brf              = "blackrock_foundry",
+   blackrockfoundry = "blackrock_foundry",
+   healers          = "healer",
+   members          = "member",
+   tanks            = "tank",
+   damagers         = "damager",
+   damage           = "damager",
+   plates           = "plate",
+   mails            = "mail",
+   leathers         = "leather",
+   cloths           = "cloth",
+   clothies         = "cloth",
 }
 for idx = 1, MAX_CLASSES do
    local class_lc = CLASS_SORT_ORDER[idx]:lower()
@@ -135,7 +137,12 @@
          elseif activityID == 38 then
             raid_token = "highmaul"
             result_env.heroic = true
-            
+         elseif activityID == 39 then
+            raid_token = "blackrock_foundry"
+            result_env.normal = true
+         elseif activityID == 40 then
+            raid_token = "blackrock_foundry"
+            result_env.heroic = true
          end
 
          if raid_token then