From 3e104801fbe9048ec1ec47602702c9246d78591a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Jastrz=C4=99bski?= Date: Tue, 16 Jul 2019 22:20:06 +0200 Subject: [PATCH] Added Robodrome support --- REFlex.lua | 2 +- REFlex.toc | 2 +- REFlexStructures.lua | 10 ++++++---- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/REFlex.lua b/REFlex.lua index 0532eac..fcd9a3b 100644 --- a/REFlex.lua +++ b/REFlex.lua @@ -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 diff --git a/REFlex.toc b/REFlex.toc index 868bb46..b76595b 100644 --- a/REFlex.toc +++ b/REFlex.toc @@ -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 diff --git a/REFlexStructures.lua b/REFlexStructures.lua index 1d54c3c..72916da 100644 --- a/REFlexStructures.lua +++ b/REFlexStructures.lua @@ -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 = { @@ -70,7 +71,7 @@ RE.MapListLongBG = { [761] = GetRealZoneText(761), [726] = GetRealZoneText(726), [2106] = GetRealZoneText(2106), - [2118] = GetRealZoneText(2118), + [2118] = GetRealZoneText(2118) } RE.MapListLongArena = { @@ -84,7 +85,8 @@ RE.MapListLongArena = { [1134] = GetRealZoneText(1134), [980] = GetRealZoneText(980), [1911] = GetRealZoneText(1911), - [1825] = GetRealZoneText(1825) + [1825] = GetRealZoneText(1825), + [2167] = GetRealZoneText(2167) } RE.MapListLongOrderBG = { @@ -92,7 +94,7 @@ RE.MapListLongOrderBG = { } 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 = {