1 - Talent in Totems changes not properly reflected on the fly in Yata
What steps will reproduce the problem?
1. Skill to Deep Resto incl. Mana Tide Totem
2. Find Mana Tide in Totembar (new Totems work fine)
3. Unskill Deep Resto (no Mana Tide)
What is the expected output? What do you see instead?
Mana Tide should be automatically removed from the bar
Instead it is still there
What version of the product are you using?
Yata-wotlk
Do you have an error log of what happened?
no
Please provide any additional information below.
./console reloadui fixes this problem
Low priority due to rare occasions and easy workaround
- 2 comments
- 2 comments
Facts
- Last updated on
- 02 Mar 2009
- Reported on
- 09 Oct 2008
- Status
- Accepted - Problem reproduced / Need acknowledged.
- Type
- Defect - A shortcoming, fault, or imperfection
- Priority
- Low - Might slip to a later milestone.
- #2
xska Thu, 26 Mar 2009 14:21:34There's a couple new events that I think should be listened to when 3.1 hits:
this one definetely: PLAYER_TALENT_UPDATE and this I'm not sure on: PREVIEW_TALENT_POINTS_CHANGED
And you're right, there is no cleanup of buttons when spells change, needs to be done.
- #1
vangual Mon, 02 Mar 2009 18:54:27This bug will become a bit more common once 3.1 with multispec lands.
From my testing so far this bug doesn't appear to be constant in its behaviour. Skipping quickly over the code it seems that new spells learned are properly triggering a reload, but the reload process might not properly delete totem buttons (and dereference them from the anchor chain) that existed in the previous spec.