diff --git a/.gitignore b/.gitignore index 761e684..9b9e9b2 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ Libs +desktop.ini diff --git a/REFlex.lua b/REFlex.lua index ce37134..47c0376 100644 --- a/REFlex.lua +++ b/REFlex.lua @@ -69,6 +69,7 @@ local IsRatedArena = _G.C_PvP.IsRatedArena local IsRatedBattleground = _G.C_PvP.IsRatedBattleground local IsArenaSkirmish = _G.IsArenaSkirmish local IsPlayerAtEffectiveMaxLevel = _G.IsPlayerAtEffectiveMaxLevel +local SetBattlefieldScoreFaction = _G.SetBattlefieldScoreFaction local GetAvailableBrawlInfo = _G.C_PvP.GetAvailableBrawlInfo local GetBrawlRewards = _G.C_PvP.GetBrawlRewards local GetNumSpecializations = _G.GetNumSpecializations @@ -103,7 +104,7 @@ local RegisterAddonMessagePrefix = _G.C_ChatInfo.RegisterAddonMessagePrefix local SendAddonMessage = _G.C_ChatInfo.SendAddonMessage local ElvUI = _G.ElvUI -RE.Version = 272 +RE.Version = 273 RE.LastSquash = 1531828800 RE.FoundNewVersion = false @@ -901,6 +902,7 @@ end function RE:PVPEnd() RE.MatchData = {} + SetBattlefieldScoreFaction(-1) local StatsNum = GetMatchPVPStatColumns() RE.MatchData.Map = select(8, GetInstanceInfo()) diff --git a/REFlex.toc b/REFlex.toc index bd1306b..23381e2 100644 --- a/REFlex.toc +++ b/REFlex.toc @@ -1,7 +1,7 @@ ## Interface: 80205 ## Title: |cFF74D06CRE|rFlex ## Notes: Collect statistics of played arena matches and battlegrounds. -## Version: 2.7.2 +## Version: 2.7.3 ## Author: AcidWeb ## SavedVariablesPerCharacter: REFlexSettings, REFlexDatabase, REFlexHonorDatabase ## X-Website: https://www.curseforge.com/wow/addons/reflex-battleground-historian