mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-27 08:24:44 +00:00
cleanup: remove arena & boss
This commit is contained in:
+1
-1
@@ -760,7 +760,7 @@ end
|
||||
function E:SendMessage()
|
||||
local numParty, numRaid = GetNumPartyMembers(), GetNumRaidMembers()
|
||||
local inInstance, instanceType = IsInInstance()
|
||||
if inInstance and (instanceType == "pvp" or instanceType == "arena") then
|
||||
if inInstance and (instanceType == "pvp") then
|
||||
SendAddonMessage("ELVUI_VERSIONCHK", E.version, "BATTLEGROUND")
|
||||
else
|
||||
if numRaid > 0 then
|
||||
|
||||
Reference in New Issue
Block a user