AznamirWoW / PallyPower

The official repository of PallyPower for retail version of World of Warcraft Classic/TBC
Other
6 stars 7 forks source link

1.14 Era - Not showing talented points in assignment pane #19

Closed lvangh closed 1 year ago

lvangh commented 1 year ago

As far as I can tell, things are working, except since the patch yesterday the assignment pane isn't detecting talented spells like 2/2 Wisdom. image

AznamirWoW commented 1 year ago

What does it show when you do /dump GetTalentInfo(1, 10) /dump GetTalentInfo(3, 1) /dump GetTalentInfo(2, 12)

lvangh commented 1 year ago

image

AznamirWoW commented 1 year ago

Need to update talent IDs in PallyPower,lua ScanSpells function

line 1281: talent = talent + select(5, GetTalentInfo(1, 6)) -- Improved Blessing of Wisdom line 1297: talent = talent + select(5, GetTalentInfo(2, 9)) -- Blessing of Sanctuary line 1322: talent = talent + select(5, GetTalentInfo(2, 2)) -- Improved Devotion Aura line 1330: talent = talent + select(5, GetTalentInfo(3, 4)) -- Improved Retribution Aura line 1340: talent = talent + select(5, GetTalentInfo(2, 13)) -- Improved Concentration Aura line 1346: talent = talent + select(5, GetTalentInfo(3, 6)) -- Sanctity Aura

AznamirWoW commented 1 year ago

made a better(?) fix in v1.5.3-classic-alpha2