Skip to content

Commit

Permalink
Added Deephaul Ravine support (close #34)
Browse files Browse the repository at this point in the history
  • Loading branch information
AcidWeb committed Oct 17, 2024
1 parent 49f0658 commit 48323f5
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions REFlexStructures.lua
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ RE.MapList = {
[1280] = GetRealZoneText(1280),
[1803] = GetRealZoneText(1803),
[2118] = GetRealZoneText(2118),
[2656] = GetRealZoneText(2656),
[1552] = RE:GetShortMapName(GetRealZoneText(1552)),
[1504] = RE:GetShortMapName(GetRealZoneText(1504)),
[562] = RE:GetShortMapName(GetRealZoneText(1672)),
Expand All @@ -65,6 +66,7 @@ RE.MapListLongBG = {
[1191] = GetRealZoneText(1191),
[1691] = GetRealZoneText(1691),
[2245] = GetRealZoneText(2245),
[2656] = GetRealZoneText(2656),
[1105] = GetRealZoneText(1105),
[566] = GetRealZoneText(566),
[628] = GetRealZoneText(628),
Expand Down Expand Up @@ -99,7 +101,7 @@ RE.MapListLongArena = {
}

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

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

RE.RaceIcons = {
Expand Down Expand Up @@ -163,7 +166,9 @@ RE.RaceIcons = {
["Mechagnome"] = "raceicon128-mechagnome-male",
["Mechagnomes"] = "raceicon128-mechagnome-male",
["Dracthyr"] = "raceicon128-dracthyr-male",
["Dracthyrs"] = "raceicon128-dracthyr-male"
["Dracthyrs"] = "raceicon128-dracthyr-male",
["Earthen"] = "raceicon128-earthen-male",
["Earthens"] = "raceicon128-earthen-male"
}

RE.BracketNames = {
Expand Down

0 comments on commit 48323f5

Please sign in to comment.