Skip to content

Commit

Permalink
9.2.5 update
Browse files Browse the repository at this point in the history
  • Loading branch information
AcidWeb committed Jun 1, 2022
1 parent dce1fa1 commit ca6b616
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion REFlex.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions REFlex.toc
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 3 additions & 1 deletion REFlexStructures.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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)),
Expand Down Expand Up @@ -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),
Expand All @@ -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 = {
Expand Down

0 comments on commit ca6b616

Please sign in to comment.