Skip to content

Commit

Permalink
- Update SpellAlert.
Browse files Browse the repository at this point in the history
  • Loading branch information
StormFX committed Jul 18, 2024
1 parent db27846 commit bb5a0a1
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions Skins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -511,8 +511,16 @@ MSQ:AddSkin("Onyx", {
},
-- [ SpellAlert ]
SpellAlert = {
Width = 24,
Height = 24,
Width = 34,
Height = 34,
Classic = {
Height = 30,
Width = 30,
},
Thin = {
Height = 24,
Width = 24,
},
},
})

Expand Down

0 comments on commit bb5a0a1

Please sign in to comment.