add Tree of Life druid spec detection
This commit is contained in:
parent
016327c659
commit
2d58d3fb77
@ -20,6 +20,7 @@ local specBuffs = {
|
|||||||
[GetSpellInfo(24858)] = L["Restoration"], -- Moonkin Form; Dreamstate spec in TBC equals Restoration
|
[GetSpellInfo(24858)] = L["Restoration"], -- Moonkin Form; Dreamstate spec in TBC equals Restoration
|
||||||
[GetSpellInfo(17007)] = L["Feral"], -- Leader of the Pack
|
[GetSpellInfo(17007)] = L["Feral"], -- Leader of the Pack
|
||||||
[GetSpellInfo(16188)] = L["Restoration"], -- Nature's Swiftness
|
[GetSpellInfo(16188)] = L["Restoration"], -- Nature's Swiftness
|
||||||
|
[GetSpellInfo(33891)] = L["Restoration"], -- Tree of Life
|
||||||
|
|
||||||
-- HUNTER
|
-- HUNTER
|
||||||
[GetSpellInfo(34692)] = L["Beast Mastery"], -- The Beast Within
|
[GetSpellInfo(34692)] = L["Beast Mastery"], -- The Beast Within
|
||||||
@ -97,6 +98,7 @@ local specSpells = {
|
|||||||
[GetSpellInfo(33987)] = L["Feral"], -- Mangle (Bear)
|
[GetSpellInfo(33987)] = L["Feral"], -- Mangle (Bear)
|
||||||
[GetSpellInfo(18562)] = L["Restoration"], -- Swiftmend
|
[GetSpellInfo(18562)] = L["Restoration"], -- Swiftmend
|
||||||
[GetSpellInfo(16188)] = L["Restoration"], -- Nature's Swiftness
|
[GetSpellInfo(16188)] = L["Restoration"], -- Nature's Swiftness
|
||||||
|
[GetSpellInfo(33891)] = L["Restoration"], -- Tree of Life
|
||||||
|
|
||||||
-- HUNTER
|
-- HUNTER
|
||||||
[GetSpellInfo(19577)] = L["Beast Mastery"], -- Intimidation
|
[GetSpellInfo(19577)] = L["Beast Mastery"], -- Intimidation
|
||||||
|
Loading…
Reference in New Issue
Block a user