1 - Incorrect number of Stormstrike charges shown
Please select a component and milestone from the pop-up menus above. For betas select the release version milestone.
What steps will reproduce the problem?
1. Log-in shaman with talent points in Improved Stormstrike
2. Enter combat
3. Use Stormstrike ability
What is the expected output? What do you see instead?
A number of top combo points equal to 2 + talent points in Improved Stormstrike. However only two are seen. If the UI is reloaded after log-in the correct number of combo points are shown.
What version of the product are you using? (Including any beta number)
1.0b8
Do you have an error log of what happened? (Swatter AddOn can provide one, very useful if you have it)
–
Please provide any additional information below.
- 1 comment
- 1 comment
- #1
Madrajin Wed, 12 Nov 2008 11:29:44The AddOn is first initialised before the player, meaning that the API always returns 0 talent points at that time. I will check the Improved Stormstrike talent points every time the ability is used.
This should fix the reported problem, and also mean that if points are spent in the talent it is picked up the next time stormstrike is used.