Skip to content

Commit

Permalink
fix IsRatedBattleground() (fixes #128)
Browse files Browse the repository at this point in the history
  • Loading branch information
jordonwow committed May 28, 2021
1 parent 6520065 commit a50b4ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .luacheckrc
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ read_globals = {
"COMBATLOG_OBJECT_AFFILIATION_MINE",
"COMBATLOG_OBJECT_REACTION_HOSTILE",
"COMBATLOG_OBJECT_TYPE_PLAYER",
"C_PvP",
"CanInspect",
"ClearInspectPlayer",
"CombatLogGetCurrentEventInfo",
Expand Down Expand Up @@ -52,7 +53,6 @@ read_globals = {
"InCombatLockdown",
"InterfaceOptionsFrame_OpenToCategory",
"IsInInstance",
"IsRatedBattleground",
"LOCALIZED_CLASS_NAMES_MALE",
"LibStub",
"MAX_CLASSES",
Expand Down
2 changes: 1 addition & 1 deletion OmniBar.lua
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ local GetZonePVPInfo = GetZonePVPInfo
local InCombatLockdown = InCombatLockdown
local InterfaceOptionsFrame_OpenToCategory = InterfaceOptionsFrame_OpenToCategory
local IsInInstance = IsInInstance
local IsRatedBattleground = IsRatedBattleground
local IsRatedBattleground = C_PvP.IsRatedBattleground
local LibStub = LibStub
local MAX_CLASSES = MAX_CLASSES
local NotifyInspect = NotifyInspect
Expand Down

0 comments on commit a50b4ed

Please sign in to comment.