Skip to content

Commit

Permalink
Added support for Cooking: Impossible brawl
Browse files Browse the repository at this point in the history
  • Loading branch information
AcidWeb committed Jan 25, 2019
1 parent 1ff01c1 commit b357c4d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion REFlex.lua
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ local RegisterAddonMessagePrefix = _G.C_ChatInfo.RegisterAddonMessagePrefix
local SendAddonMessage = _G.C_ChatInfo.SendAddonMessage
local ElvUI = _G.ElvUI

RE.Version = 262
RE.Version = 263
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: 80100
## Title: |cFF74D06CRE|rFlex
## Notes: Collect statistics of played arena matches and battlegrounds.
## Version: 2.6.2
## Version: 2.6.3
## Author: AcidWeb
## SavedVariablesPerCharacter: REFlexSettings, REFlexDatabase, REFlexHonorDatabase
## X-Website: https://www.curseforge.com/wow/addons/reflex-battleground-historian
Expand Down
5 changes: 4 additions & 1 deletion REFlexStructures.lua
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ RE.DefaultConfig = {
RE.MapList = {
[30] = GetRealZoneText(30),
[529] = GetRealZoneText(529),
[1691] = GetRealZoneText(1691),
[1105] = GetRealZoneText(1105),
[566] = GetRealZoneText(566),
[968] = GetRealZoneText(566),
Expand Down Expand Up @@ -55,6 +56,7 @@ RE.MapListLongBG = {
[1] = ALL,
[30] = GetRealZoneText(30),
[529] = GetRealZoneText(529),
[1691] = GetRealZoneText(1691),
[1105] = GetRealZoneText(1105),
[566] = GetRealZoneText(566),
[628] = GetRealZoneText(628),
Expand Down Expand Up @@ -83,7 +85,7 @@ RE.MapListLongArena = {
}

RE.MapListLongOrderBG = {
1, 30, 529, 1105, 566, 628, 1803, 727, 607, 1280, 998, 761, 726, 489
1, 30, 529, 1691, 1105, 566, 628, 1803, 727, 607, 1280, 998, 761, 726, 489
}

RE.MapListLongOrderArena = {
Expand All @@ -104,6 +106,7 @@ RE.MapListStat = {
[628] = {true, "Interface\\WorldStateFrame\\ColumnIcon-TowerCapture", "Interface\\WorldStateFrame\\ColumnIcon-TowerDefend"},
[607] = {false, "Interface\\MINIMAP\\Vehicle-AllianceCart", "Interface\\MINIMAP\\Suramar_Door_Icon"},
[1803] = {false, "Interface\\WorldStateFrame\\ColumnIcon-FlagCapture2"},
[1691] = {false, "Interface\\WorldStateFrame\\ColumnIcon-FlagCapture2"},
}

RE.RaceIcons = {
Expand Down

0 comments on commit b357c4d

Please sign in to comment.