Skip to content

Commit

Permalink
Yet another fix for rated Eye of The Storm
Browse files Browse the repository at this point in the history
  • Loading branch information
AcidWeb committed Oct 5, 2018
1 parent c7e4fa1 commit af7fa61
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion REPorter.lua
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ RE.BlinkPOIValue = 0.3
RE.BlinkPOIUp = true

RE.FoundNewVersion = false
RE.AddonVersionCheck = 218
RE.AddonVersionCheck = 219
RE.ScreenHeight, RE.ScreenWidth = _G.UIParent:GetCenter()

RE.MapSettings = {
Expand Down Expand Up @@ -856,6 +856,8 @@ function RE:OnPOIUpdate()
elseif RE.VignetteInfo.atlasName == "AzeriteSpawning" then
RE.POIInfo.textureIndex = 1001
end
elseif RE.CurrentMap == EOTS and RE.IsRated then
RE.POIInfo = GetAreaPOIInfo(EOTSR, RE.POIList[i])
else
RE.POIInfo = GetAreaPOIInfo(RE.CurrentMap, RE.POIList[i])
end
Expand Down
2 changes: 1 addition & 1 deletion REPorter.toc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Interface: 80000
## Title: |cFF74D06CRE|rPorter
## Notes: Provide battleground map.
## Version: 2.1.8
## Version: 2.1.9
## Author: AcidWeb
## SavedVariables: REPorterSettings
## X-Website: https://www.curseforge.com/wow/addons/reporter-battleground-map
Expand Down

0 comments on commit af7fa61

Please sign in to comment.