diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 01112a0..af4141e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,5 +16,7 @@ jobs: steps: - name: Clone project uses: actions/checkout@v2 + with: + fetch-depth: 0 - name: Package and release uses: BigWigsMods/packager@v2 \ No newline at end of file diff --git a/REFlex.lua b/REFlex.lua index 1bd3615..9466059 100644 --- a/REFlex.lua +++ b/REFlex.lua @@ -61,7 +61,7 @@ local SendAddonMessage = _G.C_ChatInfo.SendAddonMessage local PlaySound = _G.PlaySound local ElvUI = _G.ElvUI -RE.Version = 318 +RE.Version = 319 RE.LastSquash = 1602662400 RE.FoundNewVersion = false diff --git a/REFlex.toc b/REFlex.toc index 2ddf2dc..97d4d85 100644 --- a/REFlex.toc +++ b/REFlex.toc @@ -1,7 +1,7 @@ -## Interface: 90200 +## Interface: 90205 ## Title: |cFF74D06CRE|rFlex ## Notes: Collect statistics of played arena matches and battlegrounds. -## Version: 3.1.8 +## Version: 3.1.9 ## Author: AcidWeb ## SavedVariablesPerCharacter: REFlexSettings, REFlexDatabase, REFlexHonorDatabase ## X-WoWI-ID: 19190 diff --git a/REFlexStructures.lua b/REFlexStructures.lua index caa5c26..49c8fa4 100644 --- a/REFlexStructures.lua +++ b/REFlexStructures.lua @@ -44,6 +44,7 @@ RE.MapList = { [1504] = RE:GetShortMapName(GetRealZoneText(1504)), [562] = RE:GetShortMapName(GetRealZoneText(1672)), [1672] = RE:GetShortMapName(GetRealZoneText(1672)), + [2547] = RE:GetShortMapName(GetRealZoneText(2547)), [2373] = RE:GetShortMapName(GetRealZoneText(2373)), [617] = RE:GetShortMapName(GetRealZoneText(617)), [559] = RE:GetShortMapName(GetRealZoneText(1505)), @@ -83,6 +84,7 @@ RE.MapListLongArena = { [1504] = GetRealZoneText(1504), [1672] = GetRealZoneText(1672), [617] = GetRealZoneText(617), + [2547] = GetRealZoneText(2547), [2373] = GetRealZoneText(2373), [1505] = GetRealZoneText(1505), [572] = GetRealZoneText(572), @@ -98,7 +100,7 @@ RE.MapListLongOrderBG = { } RE.MapListLongOrderArena = { - 1, 1552, 1504, 1672, 617, 2373, 1825, 1911, 1505, 1134, 2167, 980, 572 + 1, 1552, 1504, 1672, 617, 2547, 2373, 1825, 1911, 1505, 1134, 2167, 980, 572 } RE.MapListStat = {