Skip to content

Commit

Permalink
Added Ashran support
Browse files Browse the repository at this point in the history
  • Loading branch information
AcidWeb committed Jun 26, 2019
1 parent c222de0 commit 24f4cb9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion REFlexStructures.lua
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ RE.DefaultConfig = {
RE.MapList = {
[30] = GetRealZoneText(30),
[2107] = GetRealZoneText(2107),
[1191] = GetRealZoneText(1191),
[1691] = GetRealZoneText(1691),
[1105] = GetRealZoneText(1105),
[566] = GetRealZoneText(566),
Expand Down Expand Up @@ -56,6 +57,7 @@ RE.MapListLongBG = {
[1] = ALL,
[30] = GetRealZoneText(30),
[2107] = GetRealZoneText(2107),
[1191] = GetRealZoneText(1191),
[1691] = GetRealZoneText(1691),
[1105] = GetRealZoneText(1105),
[566] = GetRealZoneText(566),
Expand Down Expand Up @@ -86,7 +88,7 @@ RE.MapListLongArena = {
}

RE.MapListLongOrderBG = {
1, 30, 2118, 2107, 1691, 1105, 566, 628, 1803, 727, 607, 1280, 1035, 761, 726, 2106
1, 30, 2107, 1191, 2118, 1691, 1105, 566, 628, 1803, 727, 1280, 607, 1035, 761, 726, 2106
}

RE.MapListLongOrderArena = {
Expand All @@ -108,6 +110,7 @@ RE.MapListStat = {
[607] = {false, "Interface\\MINIMAP\\Vehicle-AllianceCart", "Interface\\MINIMAP\\Suramar_Door_Icon"},
[1803] = {false, "Interface\\WorldStateFrame\\ColumnIcon-FlagCapture2"},
[1691] = {false, "Interface\\WorldStateFrame\\ColumnIcon-FlagCapture2"},
[1191] = {false, "Interface\\WorldStateFrame\\ColumnIcon-FlagCapture2"},
}

RE.RaceIcons = {
Expand Down

0 comments on commit 24f4cb9

Please sign in to comment.