Continue replacement of WowVer checks

This commit is contained in:
Parnic
2022-09-18 17:50:37 -05:00
parent 5bc1f04504
commit 41ae17ba9a
8 changed files with 18 additions and 19 deletions

View File

@ -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()