Skip to content

Commit

Permalink
fix bug cuz am bad
Browse files Browse the repository at this point in the history
  • Loading branch information
Bonkeybee committed Feb 15, 2024
1 parent 91f85bb commit b8eef60
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion VGT-Map.lua
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ local MAP_ICON_DOT_TEXTURE = "Interface\\AddOns\\ValhallaGuildTools\\MapIconDot.
local HereBeDragons = LibStub("HereBeDragons-2.0")
local HereBeDragonsPins = LibStub("HereBeDragons-Pins-2.0")

local _, _, _, tocVersion = GetBuildInfo()
map.bufferPins = {}
map.extendedGuildRoster = {
members = {},
Expand Down
1 change: 1 addition & 0 deletions VGT-Utility.lua
Original file line number Diff line number Diff line change
Expand Up @@ -572,6 +572,7 @@ function VGT:GetMinMaxLevelParenthesis(minLevel, maxLevel)
return string.format("(%d - %d)", minLevel, maxLevel)
end

local _, _, _, tocVersion = GetBuildInfo()
function VGT:IsSeason()
if tocVersion > 11500 and tocVersion < 19999 then
return true
Expand Down

0 comments on commit b8eef60

Please sign in to comment.