Skip to content

Commit

Permalink
Don't send D4 comms
Browse files Browse the repository at this point in the history
  • Loading branch information
MysticalOS committed Aug 22, 2023
1 parent f465ebb commit aefe2c1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions DBM-PvP/PvPGeneral.lua
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,7 @@ do
local _, instanceType = IsInInstance()
if instanceType == "pvp" or instanceType == "arena" then
if not bgzone then
SendAddonMessage(isWrath and "D4WC" or isBCC and "D4BC" or isClassic and "D4C" or "D4", "H", "INSTANCE_CHAT")
SendAddonMessage(isWrath and "D5WC" or isBCC and "D5BC" or isClassic and "D5C" or "D5", DBM5Prefix .. "H", "INSTANCE_CHAT")
SendAddonMessage(isWrath and "D5WC" or isClassic and "D5C" or "D5", DBM5Prefix .. "H", "INSTANCE_CHAT")
self:Schedule(3, DBM.RequestTimers, DBM)
if self.Options.HideBossEmoteFrame then
DBM:HideBlizzardEvents(1, true)
Expand Down

0 comments on commit aefe2c1

Please sign in to comment.