Skip to content

Commit

Permalink
Added support for Empyrean Domain arena
Browse files Browse the repository at this point in the history
AcidWeb committed Dec 15, 2020
1 parent f5de35c commit 2afda7e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion REFlexStructures.lua
Original file line number Diff line number Diff line change
@@ -43,6 +43,7 @@ RE.MapList = {
[1504] = RE:GetShortMapName(GetRealZoneText(1504)),
[562] = RE:GetShortMapName(GetRealZoneText(1672)),
[1672] = RE:GetShortMapName(GetRealZoneText(1672)),
[2373] = RE:GetShortMapName(GetRealZoneText(2373)),
[617] = RE:GetShortMapName(GetRealZoneText(617)),
[559] = RE:GetShortMapName(GetRealZoneText(1505)),
[1505] = RE:GetShortMapName(GetRealZoneText(1505)),
@@ -81,6 +82,7 @@ RE.MapListLongArena = {
[1504] = GetRealZoneText(1504),
[1672] = GetRealZoneText(1672),
[617] = GetRealZoneText(617),
[2373] = GetRealZoneText(2373),
[1505] = GetRealZoneText(1505),
[572] = GetRealZoneText(572),
[1134] = GetRealZoneText(1134),
@@ -95,7 +97,7 @@ RE.MapListLongOrderBG = {
}

RE.MapListLongOrderArena = {
1, 1552, 1504, 1672, 617, 1825, 1911, 1505, 2167, 572, 1134, 980
1, 1552, 1504, 1672, 617, 2373, 1825, 1911, 1505, 1134, 2167, 980, 572
}

RE.MapListStat = {

0 comments on commit 2afda7e

Please sign in to comment.