Skip to content

Commit

Permalink
Added keywords for Sanctum of Domination (sod) and Tazavesh, the Veil…
Browse files Browse the repository at this point in the history
…ed Market (taz, taza, ttvm); bumped TOC
  • Loading branch information
0xbs committed Jul 9, 2021
1 parent 3420202 commit 14e0cb7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,10 @@ function PGF.DoFilterSearchResults(results)
env.soa = aID == 708 or aID == 711 or aID == 710 or aID == 709 -- Spires of Ascension
env.nw = aID == 712 or aID == 715 or aID == 714 or aID == 713 -- The Necrotic Wake
env.top = aID == 716 or aID == 719 or aID == 718 or aID == 717 -- Theater of Pain
env.sod = aID == 743 or aID == 744 or aID == 745 -- Sanctum of Domination
env.taz = aID == 746 -- Tazavesh, the Veiled Market
env.taza = env.taz
env.ttvm = env.taz
env.mists = env.mots

if PGF.PutRaiderIOMetrics then
Expand Down
6 changes: 6 additions & 0 deletions Modules/Difficulty.lua
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,12 @@ PGF.ACTIVITY_TO_DIFFICULTY = {
[720] = C.NORMAL, -- Castle Nathria
[722] = C.HEROIC, -- Castle Nathria
[721] = C.MYTHIC, -- Castle Nathria

[743] = C.NORMAL, -- Sanctum of Domination
[744] = C.HEROIC, -- Sanctum of Domination
[745] = C.MYTHIC, -- Sanctum of Domination

[746] = C.MYTHIC, -- Tazavesh, the Veiled Market
}

-- maps localized shortNames from C_LFGList.GetActivityInfo() to difficulties
Expand Down
4 changes: 2 additions & 2 deletions PremadeGroupsFilter.toc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Interface: 90005
## Interface: 90100
## Title: Premade Groups Filter
## Version: 2.1.2
## Version: 2.2.0
## Notes: Allows filtering of premade groups using an UI or advanced filter expressions.
## Author: Elotheon-Arthas-EU
## SavedVariables:
Expand Down

0 comments on commit 14e0cb7

Please sign in to comment.