Skip to content

Commit

Permalink
Add demon hunter to a few missing places.
Browse files Browse the repository at this point in the history
  • Loading branch information
funkydude committed Sep 24, 2016
1 parent 709924b commit 7b7e6a9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
14 changes: 8 additions & 6 deletions modules/Tanks.lua
Original file line number Diff line number Diff line change
Expand Up @@ -568,12 +568,14 @@ do
PALADIN = 2,
DRUID = 3,
DEATHKNIGHT = 4,
WARLOCK = 5,
HUNTER = 6,
ROGUE = 7,
MAGE = 8,
PRIEST = 9,
SHAMAN = 10,
MONK = 5,
DEMONHUNTER = 6,
WARLOCK = 7,
HUNTER = 8,
ROGUE = 9,
MAGE = 10,
PRIEST = 11,
SHAMAN = 12,
}
local function sort(a, b)
local _, aC = UnitClass(a)
Expand Down
1 change: 1 addition & 0 deletions oRA3.lua
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ local _testUnits = {
Purple = "HUNTER",
Tor = "SHAMAN",
Ling = "MONK",
Donk = "DEMONHUNTER",
}
addon._testUnits = _testUnits

Expand Down

0 comments on commit 7b7e6a9

Please sign in to comment.