Skip to content

Commit

Permalink
Remove this from source
Browse files Browse the repository at this point in the history
  • Loading branch information
MysticalOS committed Jul 28, 2020
1 parent 50c8a56 commit 0139751
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions DBM-Challenges/BfA/NzothVisionOrgrimmar.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
3 changes: 0 additions & 3 deletions DBM-Challenges/BfA/NzothVisionStormwind.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 0139751

Please sign in to comment.