- enabled the Totems module for druids since 'wild mushroom' is considered a totem (ticket #137)

This commit is contained in:
Parnic
2011-11-06 01:57:40 +00:00
parent 92076fd93f
commit c1caf48d42

View File

@ -400,6 +400,6 @@ end
-- Load us up
local _, unitClass = UnitClass("player")
if (unitClass == "SHAMAN") then
if (unitClass == "SHAMAN") or (unitClass == "DRUID") then
IceHUD.Totems = Totems:new()
end