Skip to content

Commit

Permalink
Fixed Barkskin
Browse files Browse the repository at this point in the history
  • Loading branch information
d87 committed Apr 9, 2024
1 parent cf08bfe commit d0a0ff3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config.classic.lua
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ local color1 = { 0.9, 0, 0 }
AG{ id = { 6229, 11739, 11740, 28610 }, template = "SurvivalCD" } -- Shadow Ward

-- DRUID
AG{ id = 22812, template = "SurvivalCD" } -- Barkskin
AG{ id = { 22812, 428713 } , template = "SurvivalCD" } -- Barkskin
AG{ id = 29166, template = "SurvivalCD" } -- Innervate
AG{ id = 408024, template = "SurvivalCD" } -- Survival Instincts[SoD]

Expand Down
2 changes: 1 addition & 1 deletion config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ AG{ id = 132413, template = "SurvivalCD" } -- Shadow Bulwark

-- DRUID
-- local druidColor = { RAID_CLASS_COLORS.DRUID:GetRGB() }
AG{ id = { 22812, 428713} , template = "SurvivalCD" } -- Barkskin, Barkskin (SoD)
AG{ id = 2812, template = "SurvivalCD" } -- Barkskin, Barkskin (SoD)
AG{ id = 102342, template = "TankCD", priority = 93 } --Ironbark
AG{ id = 61336, template = "TankCD" } --Survival Instincts 50% (Feral & Guardian)
AG{ id = 236696, template = "SurvivalCD" } -- Thorns
Expand Down

0 comments on commit d0a0ff3

Please sign in to comment.