diff --git a/Components/Core/Conditions/Categories/Location.lua b/Components/Core/Conditions/Categories/Location.lua index 8beb63a9..66c0750a 100755 --- a/Components/Core/Conditions/Categories/Location.lua +++ b/Components/Core/Conditions/Categories/Location.lua @@ -67,9 +67,11 @@ ConditionCategory:RegisterCondition(1, "INSTANCE2", { [03] = {order=03, text=ARENA, space=true, }, -- Arena [04] = {order=10, text=DUNGEON_DIFFICULTY_5PLAYER, }, -- 5-player - [05] = {order=11, text=DUNGEON_DIFFICULTY_5PLAYER_HEROIC, }, -- 5-player Heroic + [05] = {order=11, text=DUNGEON_DIFFICULTY_5PLAYER_HEROIC, space=true, }, -- 5-player Heroic + [06] = {order=32, text=RAID_DIFFICULTY_10PLAYER, }, -- 10-player raid (legacy) + [07] = {order=33, text=RAID_DIFFICULTY_25PLAYER, }, -- 25-player raid (legacy) - [12] = {order=36, text=L["CONDITIONPANEL_INSTANCETYPE_LEGACY"]:format(RAID_DIFFICULTY_40PLAYER), }, -- 40-man raid (legacy) + [12] = {order=36, text=RAID_DIFFICULTY_40PLAYER, }, -- 40-man raid (legacy) }, @@ -86,7 +88,9 @@ ConditionCategory:RegisterCondition(1, "INSTANCE2", { instanceDifficulty = 0 end - + -- https://wow.tools/dbc/?dbc=difficulty&build=2.5.1.38692#page=1 + -- Note that 148 is "20 Player" but this might not actually be used by AQ20? + if z == "pvp" then -- Battleground (__ -> 02) return 2