Skip to content

Commit 7f862f6

Browse files
committed
Added Slayers Rise support
1 parent a7b2b72 commit 7f862f6

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

REFlexStructures.lua

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ RE.MapList = {
4040
[1803] = GetRealZoneText(1803),
4141
[2118] = GetRealZoneText(2118),
4242
[2656] = GetRealZoneText(2656),
43+
[2799] = GetRealZoneText(2799),
4344
[1552] = RE:GetShortMapName(GetRealZoneText(1552)),
4445
[1504] = RE:GetShortMapName(GetRealZoneText(1504)),
4546
[562] = RE:GetShortMapName(GetRealZoneText(1672)),
@@ -79,7 +80,8 @@ RE.MapListLongBG = {
7980
[761] = GetRealZoneText(761),
8081
[726] = GetRealZoneText(726),
8182
[2106] = GetRealZoneText(2106),
82-
[2118] = GetRealZoneText(2118)
83+
[2118] = GetRealZoneText(2118),
84+
[2799] = GetRealZoneText(2799)
8385
}
8486

8587
RE.MapListLongArena = {
@@ -103,7 +105,7 @@ RE.MapListLongArena = {
103105
}
104106

105107
RE.MapListLongOrderBG = {
106-
1, 30, 2107, 1191, 2118, 1691, 2656, 2245, 1105, 566, 628, 1803, 727, 1280, 607, 1035, 761, 726, 2106
108+
1, 30, 2107, 1191, 2118, 1691, 2656, 2245, 1105, 566, 628, 1803, 727, 2799, 1280, 607, 1035, 761, 726, 2106
107109
}
108110

109111
RE.MapListLongOrderArena = {
@@ -127,7 +129,8 @@ RE.MapListStat = {
127129
[1803] = {false, "Interface\\WorldStateFrame\\ColumnIcon-FlagCapture2"},
128130
[1691] = {false, "Interface\\WorldStateFrame\\ColumnIcon-FlagCapture2"},
129131
[1191] = {false, "Interface\\WorldStateFrame\\ColumnIcon-FlagCapture2"},
130-
[2656] = {false, "Interface\\MINIMAP\\Vehicle-AllianceCart", "Interface\\MINIMAP\\Suramar_Door_Icon"}
132+
[2656] = {false, "Interface\\MINIMAP\\Vehicle-AllianceCart", "Interface\\MINIMAP\\Suramar_Door_Icon"},
133+
[2799] = {true, "Interface\\WorldStateFrame\\ColumnIcon-TowerCapture", "Interface\\WorldStateFrame\\ColumnIcon-TowerDefend", "Interface\\GroupFrame\\UI-Group-MasterLooter"}
131134
}
132135

133136
RE.RaceIcons = {

0 commit comments

Comments
 (0)