Fortifying Brew (BrewMaster) does not show until used
Hemario opened this issue ยท 1 comments
What steps will reproduce the problem?
- Create a new bar in BrewMaster spec
- Select Fortifying Brew and make sure to show your own cooldowns in settings
- Fortifying Brew bar is not created
However, the bar does get created when the spell is used and goes on cooldown (the bar stays there until a /reload)
What version of oRA3 are you using?
v8.0.7
Do you have an error log of what happened?
N/A
Please provide any additional information below. (example: localization of your client if not enUS or enGB)
I was debugging myself and noticed the spellinfo seems wrong.
In Cooldowns.lua
[115203] = {90, 55, 270}, -- Fortifying Brew
270 is Mistweaver spec, 268 is Brewmaster
Also Mistweaver also has a "Fortifying Brew" spell but with a different id.
This should be the correct spell data for Fortyfying Brew:
[115203] = {420, 55, 268}, -- Fortifying Brew (BrM)
[243435] = {90, 55, 270}, -- Fortifying Brew (MW)