oRA3

oRA3

6M Downloads

Fortifying Brew (BrewMaster) does not show until used

Hemario opened this issue ยท 1 comments

commented

What steps will reproduce the problem?

  1. Create a new bar in BrewMaster spec
  2. Select Fortifying Brew and make sure to show your own cooldowns in settings
  3. 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)

commented

Also, the cooldown does not get reduced when using Keg Smash and Tiger Palm.
Keg Smash and Tiger Palm supposedly reduced the cooldown of all brew (fortifying Brew, Black Ox Brew, Ironskin Brew and Purifying Brew) by respectively 4sec and 1sec.