Wrath: spec detection hunter/druid
This commit is contained in:
parent
8e477b96e3
commit
b413d4ee49
@ -84,13 +84,18 @@ local specBuffs = {
|
|||||||
[GetSpellInfo(63685)] = L["Enhancement"], -- Freeze (Frozen Power)
|
[GetSpellInfo(63685)] = L["Enhancement"], -- Freeze (Frozen Power)
|
||||||
-- HUNTER
|
-- HUNTER
|
||||||
[GetSpellInfo(20895)] = L["Beast Mastery"], -- Spirit Bond
|
[GetSpellInfo(20895)] = L["Beast Mastery"], -- Spirit Bond
|
||||||
|
[GetSpellInfo(34471)] = L["Beast Mastery"], -- The Beast Within
|
||||||
[GetSpellInfo(19506)] = L["Marksmanship"], -- Trueshot Aura
|
[GetSpellInfo(19506)] = L["Marksmanship"], -- Trueshot Aura
|
||||||
[GetSpellInfo(64420)] = L["Survival"], -- Sniper Training
|
[GetSpellInfo(64420)] = L["Survival"], -- Sniper Training
|
||||||
-- DRUID
|
-- DRUID
|
||||||
[GetSpellInfo(24932)] = L["Feral"], -- Leader of the Pack
|
[GetSpellInfo(24932)] = L["Feral"], -- Leader of the Pack
|
||||||
[GetSpellInfo(34123)] = L["Restoration"], -- Tree of Life
|
[GetSpellInfo(16975)] = L["Feral"], -- Predatory Strikes
|
||||||
|
[GetSpellInfo(50334)] = L["Feral"], -- Berserk
|
||||||
[GetSpellInfo(24907)] = L["Balance"], -- Moonkin Aura
|
[GetSpellInfo(24907)] = L["Balance"], -- Moonkin Aura
|
||||||
|
[GetSpellInfo(24858)] = L["Balance"], -- Moonkin Form
|
||||||
[GetSpellInfo(53251)] = L["Restoration"], -- Wild Growth
|
[GetSpellInfo(53251)] = L["Restoration"], -- Wild Growth
|
||||||
|
[GetSpellInfo(16188)] = L["Restoration"], -- Nature's Swiftness
|
||||||
|
[GetSpellInfo(33891)] = L["Restoration"], -- Tree of Life
|
||||||
}
|
}
|
||||||
function Gladdy:GetSpecBuffs()
|
function Gladdy:GetSpecBuffs()
|
||||||
return specBuffs
|
return specBuffs
|
||||||
@ -164,9 +169,14 @@ local specSpells = {
|
|||||||
-- DRUID
|
-- DRUID
|
||||||
[GetSpellInfo(53201)] = L["Balance"], -- Starfall
|
[GetSpellInfo(53201)] = L["Balance"], -- Starfall
|
||||||
[GetSpellInfo(61384)] = L["Balance"], -- Typhoon
|
[GetSpellInfo(61384)] = L["Balance"], -- Typhoon
|
||||||
|
[GetSpellInfo(24858)] = L["Balance"], -- Moonkin Form
|
||||||
[GetSpellInfo(48566)] = L["Feral"], -- Mangle (Cat)
|
[GetSpellInfo(48566)] = L["Feral"], -- Mangle (Cat)
|
||||||
[GetSpellInfo(48564)] = L["Feral"], -- Mangle (Bear)
|
[GetSpellInfo(48564)] = L["Feral"], -- Mangle (Bear)
|
||||||
|
[GetSpellInfo(50334)] = L["Feral"], -- Berserk
|
||||||
[GetSpellInfo(18562)] = L["Restoration"], -- Swiftmend
|
[GetSpellInfo(18562)] = L["Restoration"], -- Swiftmend
|
||||||
|
[GetSpellInfo(17116)] = L["Restoration"], -- Nature's Swiftness
|
||||||
|
[GetSpellInfo(33891)] = L["Restoration"], -- Tree of Life
|
||||||
|
[GetSpellInfo(53251)] = L["Restoration"], -- Wild Growth
|
||||||
}
|
}
|
||||||
function Gladdy:GetSpecSpells()
|
function Gladdy:GetSpecSpells()
|
||||||
return specSpells
|
return specSpells
|
||||||
|
Loading…
Reference in New Issue
Block a user