The "Confirm Learning" option does not work.
chkmyid opened this issue · 5 comments
When the "Confirm Learning" option is checked, clicking to learn the attributes will cause no response. This option is used to determine the talent of your choice so that you do not make any mistakes when you attempt to learn talent hastily. This has not worked properly since the 191007 date patch. I had to uncheck the option "Confirm Learning" to learn talent.
This is just a confirmation frame before learning talent. Are you modifying it?
As for the change in 191007,
f3927da#diff-388a20dda4464ddb0a92bf5941284b1b
+ --Create confirmation dialogue
+ local info = self:GetTalentInfo(self.current.class)
+ if not info then return end
+ local talent = info[tab].talents[index]**
ShowDialog(L["Are you sure that you want to learn \"%s (%d/%d)\" ?"]:format(
- self:GetTalentName(template.class, tab, index),
+ talent.info.name,
template[tab][index] + 1,
- self:GetTalentRanks(template.class, tab, index)),
+ talent.info.ranks),
tab, index)
Yes, I know what that option is. I modified it on the 191007 patch as part of a fix to the Apply button.
interestingly, it works for me. Do you get no LUA error? And the yes / no box doesn't appear?