Skip to content

Commit

Permalink
Merge pull request Resike#79 from trammel/master-1
Browse files Browse the repository at this point in the history
Update ZPerl_ArcaneBar for patch 1.14.4
  • Loading branch information
Resike committed Aug 23, 2023
2 parents f10add8 + a81eb38 commit 8ecc3e7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions ZPerl_ArcaneBar/ZPerl_ArcaneBar.lua
Original file line number Diff line number Diff line change
Expand Up @@ -545,11 +545,7 @@ local function XPerl_MakePreCast(self)
self.precast:SetWidth(1)
self.precast:Hide()
self.precast:SetBlendMode("ADD")
if IsRetail or IsWrathClassicPTR then
self.precast:SetGradient("HORIZONTAL", CreateColor(0, 0, 1, 1), CreateColor(1, 0, 0, 1))
else
self.precast:SetGradient("HORIZONTAL", 0, 0, 1, 1, 0, 0)
end
self.precast:SetGradient("HORIZONTAL", CreateColor(0, 0, 1, 1), CreateColor(1, 0, 0, 1))
end

-- XPerl_ArcaneBar_RegisterFrame
Expand Down

0 comments on commit 8ecc3e7

Please sign in to comment.