Skip to content

Commit

Permalink
update paladin aura states
Browse files Browse the repository at this point in the history
  • Loading branch information
Tuller committed May 1, 2024
1 parent 9ff8e61 commit 714db34
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Dominos/core/barStates.lua
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,12 @@ elseif class == 'PALADIN' then
addFormState('class', 'retribution', 183435)

addState('class', 'shield', getEquippedConditional(Enum.ItemClass.Armor, Enum.ItemArmorSubclass.Shield))
elseif Addon:IsBuild('cata') then
addFormState('class', 'concentration', 19746)
addFormState('class', 'crusader', 32223)
addFormState('class', 'devotion', 465)
addFormState('class', 'resistance', 19891)
addFormState('class', 'retribution', 7294)
elseif Addon:IsBuild('wrath') then
addFormState('class', 'concentration', 19746)
addFormState('class', 'crusader', 32223)
Expand Down
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Dominos Changelog

## 10.2.28

* (Cata) Update Paladin aura paging options

## 10.2.27

* Add support for Cataclysm Classic
Expand Down

0 comments on commit 714db34

Please sign in to comment.