PallyPower

PallyPower

8M Downloads

1.14 Era - Not showing talented points in assignment pane

lvangh opened this issue ยท 4 comments

commented

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

commented

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

commented

image

commented

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

commented

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