Skip to content

Commit

Permalink
- Update AutoCast and Cooldown.
Browse files Browse the repository at this point in the history
  • Loading branch information
StormFX committed Jul 11, 2024
1 parent 59d6141 commit 6c60f50
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Skins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -438,19 +438,19 @@ MSQ:AddSkin("Caith", {
-- UseColor = nil,
},
-- [ AutoCastOverlay (Retail) ]
-- AutoCast_Frame = Template.AutoCast_Frame,
-- AutoCast_Shine = Template.AutoCast_Shine,
-- AutoCast_Frame = Default.AutoCast_Frame,
-- AutoCast_Shine = Default.AutoCast_Shine,
AutoCast_Mask = {
-- Atlas = "UI-HUD-ActionBar-PetAutoCast-Mask",
-- UseAtlasSize = false,
Texture = [[Interface\AddOns\Masque\Textures\Square\AutoCast-Mask]],
-- TexCoords = {0, 1, 0, 1},
Width = 34,
Height = 34,
Width = 30,
Height = 30,
Point = "CENTER",
RelPoint = "CENTER",
OffsetX = -0.5,
OffsetY = 0.5,
OffsetX = 0,
OffsetY = 0,
-- SetAllPoints = nil,
},
AutoCast_Corners = {
Expand All @@ -464,8 +464,8 @@ MSQ:AddSkin("Caith", {
Height = 38,
Point = "CENTER",
RelPoint = "CENTER",
OffsetX = -0.5,
OffsetY = 0.5,
OffsetX = 0,
OffsetY = 0,
-- SetAllPoints = true,
},
-- [ AutoCastShine (Classic) ]
Expand Down

0 comments on commit 6c60f50

Please sign in to comment.