From 0139751a961b7501c479f4683479b84ea57591b7 Mon Sep 17 00:00:00 2001 From: MysticalOS Date: Tue, 28 Jul 2020 12:26:14 -0400 Subject: [PATCH] Remove this from source --- DBM-Challenges/BfA/NzothVisionOrgrimmar.lua | 3 --- DBM-Challenges/BfA/NzothVisionStormwind.lua | 3 --- 2 files changed, 6 deletions(-) diff --git a/DBM-Challenges/BfA/NzothVisionOrgrimmar.lua b/DBM-Challenges/BfA/NzothVisionOrgrimmar.lua index 17b4161..52cad02 100644 --- a/DBM-Challenges/BfA/NzothVisionOrgrimmar.lua +++ b/DBM-Challenges/BfA/NzothVisionOrgrimmar.lua @@ -183,9 +183,6 @@ function mod:OnCombatStart(delay) DBM.InfoFrame:SetHeader(DBM:GetSpellInfo(307831)) DBM.InfoFrame:Show(5, "playerpower", 1, ALTERNATE_POWER_INDEX, nil, nil, 2)--Sorting lowest to highest end - if UnitName("player") == "Asmongold" and GetRealmName() == "Kel'Thuzad" then - DBM:AddMsg("Hey, Asmongold, even DBM has a Mail Muncher") - end end function mod:OnCombatEnd() diff --git a/DBM-Challenges/BfA/NzothVisionStormwind.lua b/DBM-Challenges/BfA/NzothVisionStormwind.lua index d766ae7..94483ce 100644 --- a/DBM-Challenges/BfA/NzothVisionStormwind.lua +++ b/DBM-Challenges/BfA/NzothVisionStormwind.lua @@ -159,9 +159,6 @@ function mod:OnCombatStart(delay) DBM.InfoFrame:SetHeader(DBM:GetSpellInfo(307831)) DBM.InfoFrame:Show(5, "playerpower", 1, ALTERNATE_POWER_INDEX, nil, nil, 2)--Sorting lowest to highest end - if UnitName("player") == "Asmongold" and GetRealmName() == "Kel'Thuzad" then - DBM:AddMsg("Hey, Asmongold, even DBM has a Mail Muncher") - end end function mod:OnCombatEnd()