Skip to content

Commit

Permalink
Added Robodrome support
Browse files Browse the repository at this point in the history
  • Loading branch information
AcidWeb committed Jul 16, 2019
1 parent 1202003 commit 3e10480
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion REFlex.lua
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ local RegisterAddonMessagePrefix = _G.C_ChatInfo.RegisterAddonMessagePrefix
local SendAddonMessage = _G.C_ChatInfo.SendAddonMessage
local ElvUI = _G.ElvUI

RE.Version = 269
RE.Version = 270
RE.LastSquash = 1531828800
RE.FoundNewVersion = false

Expand Down
2 changes: 1 addition & 1 deletion REFlex.toc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Interface: 80200
## Title: |cFF74D06CRE|rFlex
## Notes: Collect statistics of played arena matches and battlegrounds.
## Version: 2.6.9
## Version: 2.7.0
## Author: AcidWeb
## SavedVariablesPerCharacter: REFlexSettings, REFlexDatabase, REFlexHonorDatabase
## X-Website: https://www.curseforge.com/wow/addons/reflex-battleground-historian
Expand Down
10 changes: 6 additions & 4 deletions REFlexStructures.lua
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ RE.MapList = {
[1134] = RE:GetShortMapName(GetRealZoneText(1134)),
[980] = RE:GetShortMapName(GetRealZoneText(980)),
[1911] = RE:GetShortMapName(GetRealZoneText(1911)),
[1825] = RE:GetShortMapName(GetRealZoneText(1825))
[1825] = RE:GetShortMapName(GetRealZoneText(1825)),
[2167] = RE:GetShortMapName(GetRealZoneText(2167))
}

RE.MapListLongBG = {
Expand All @@ -70,7 +71,7 @@ RE.MapListLongBG = {
[761] = GetRealZoneText(761),
[726] = GetRealZoneText(726),
[2106] = GetRealZoneText(2106),
[2118] = GetRealZoneText(2118),
[2118] = GetRealZoneText(2118)
}

RE.MapListLongArena = {
Expand All @@ -84,15 +85,16 @@ RE.MapListLongArena = {
[1134] = GetRealZoneText(1134),
[980] = GetRealZoneText(980),
[1911] = GetRealZoneText(1911),
[1825] = GetRealZoneText(1825)
[1825] = GetRealZoneText(1825),
[2167] = GetRealZoneText(2167)
}

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

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

RE.MapListStat = {
Expand Down

0 comments on commit 3e10480

Please sign in to comment.