mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 22:51:53 -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();
|
local form = GetShapeshiftFormID();
|
||||||
|
|
||||||
if form == MOONKIN_FORM or not form then
|
if form == MOONKIN_FORM or not form then
|
||||||
if GetMasteryIndex(GetActiveTalentGroup(false, false)) == 1 then
|
if GetPrimaryTalentTree() == 1 then
|
||||||
self:Show(true)
|
self:Show(true)
|
||||||
else
|
else
|
||||||
self:Show(false)
|
self:Show(false)
|
||||||
|
Reference in New Issue
Block a user