Dominos

Dominos

19M Downloads

Add Hunter Aspect Bar Support

Tuller opened this issue ยท 1 comments

commented

From wowi (http://www.wowinterface.com/downloads/info17988-DominosCataclysm.html#comments):

If you modify Dominos.lua at line 208 from:
local function HasClassBar()
local _,class = UnitClass('player')
return not(class == 'HUNTER' or class == 'MAGE' or class == 'SHAMAN')
end
to:
local function HasClassBar()
local _,class = UnitClass('player')
return not(class == 'MAGE' or class == 'SHAMAN')
end

commented

This should be implemented in v1.19.2