Skip to content

Commit

Permalink
Forgot to remove an function call
Browse files Browse the repository at this point in the history
  • Loading branch information
tdymel committed Aug 2, 2017
1 parent 982fba8 commit a7315db
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Auras.lua
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,6 @@ function MPOWA:Push(aura, unit, i, isdebuff)
end
BuffExist[val] = true -- May cause issues elsewhere :/
if path["isdebuff"]==isdebuff and ((path["secondspecifier"] and (strlower(path["secondspecifiertext"])==tex)) or not path["secondspecifier"]) then
self:InParty()
local p1, p2 = self:TernaryReturn(val, "inparty", self:InParty()), self:TernaryReturn(val, "inraid", UnitInRaid("player"))
if self:TernaryReturn(val, "alive", self:Reverse(UnitIsDeadOrGhost("player"))) and self:TernaryReturn(val, "mounted", self.mounted)
and self:TernaryReturn(val, "incombat", UnitAffectingCombat("player"))
Expand Down

0 comments on commit a7315db

Please sign in to comment.