# HG changeset patch # User ovolkov # Date 1436225400 -10800 # Node ID c68c0833cb6da3abfa91f55058a31deaea54917d # Parent 61f04d2b937d50e37360bd76cb512174c2607fc0 Hellfire Citadel activity IDs and aliases diff -r 61f04d2b937d -r c68c0833cb6d LFGFilter.lua --- 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