mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 14:50:13 -05:00
Continue replacement of WowVer checks
This commit is contained in:
@ -119,7 +119,7 @@ function EclipseBar.prototype:UpdateShown()
|
||||
|
||||
if form == MOONKIN_FORM or not form then
|
||||
local PrimaryTalentTree = 0
|
||||
if IceHUD.WowVer >= 50000 then
|
||||
if GetSpecialization then
|
||||
PrimaryTalentTree = GetSpecialization()
|
||||
else
|
||||
PrimaryTalentTree = GetPrimaryTalentTree()
|
||||
|
Reference in New Issue
Block a user