changeset 36:c68c0833cb6d

Hellfire Citadel activity IDs and aliases
author ovolkov
date Tue, 07 Jul 2015 02:30:00 +0300
parents 61f04d2b937d
children bd37437751e9
files LFGFilter.lua
diffstat 1 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/LFGFilter.lua	Tue Jul 07 02:29:35 2015 +0300
+++ b/LFGFilter.lua	Tue Jul 07 02:30:00 2015 +0300
@@ -28,6 +28,9 @@
    hm               = "highmaul",
    brf              = "blackrock_foundry",
    blackrockfoundry = "blackrock_foundry",
+   hellfirecitadel  = "hellfire_citadel",
+   hellfire         = "hellfire_citadel",
+   hfc              = "hellfire_citadel",
    healers          = "healer",
    members          = "member",
    tanks            = "tank",
@@ -177,6 +180,12 @@
          elseif activityID == 40 then
             raid_token = "blackrock_foundry"
             result_env.heroic = true
+         elseif activityID == 409 then
+            raid_token = "hellfire_citadel"
+            result_env.normal = true
+         elseif activityID == 410 then
+            raid_token = "hellfire_citadel"
+            result_env.heroic = true
          end
 
          if raid_token then