mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
- replaced GetMasteryIndex with GetPrimaryTalentTree to work with the latest beta
This commit is contained in:
@ -116,7 +116,7 @@ function EclipseBar.prototype:UpdateShown()
|
||||
local form = GetShapeshiftFormID();
|
||||
|
||||
if form == MOONKIN_FORM or not form then
|
||||
if GetMasteryIndex(GetActiveTalentGroup(false, false)) == 1 then
|
||||
if GetPrimaryTalentTree() == 1 then
|
||||
self:Show(true)
|
||||
else
|
||||
self:Show(false)
|
||||
|
Reference in New Issue
Block a user