GladiusEx

GladiusEx

4M Downloads

Healer pvp trinket cooldown incorrect

alexandersoto opened this issue · 7 comments

commented

The pvp trinket CD for healers should be 90 seconds, but it's still registering as 2 minutes.

commented

@vendethiel are you open to contributions? I'd like to give this one a shot.

Would you prefer I update cooldowns.lua or LibCooldownTracker or somewhere else?

commented

first I’d check if the cooldown tracking code for cataclysm support doesn’t impede retail cooldown tracking

commented

That sadly doesn't rely on the same bit of feature :(. It'd need special casing somewhere else.

commented

@vendethiel thanks - this seems to fix it for enemy healers. However party healers still have 2mins show for their trinket.

commented

It's quite easy to fix, all you need to do is set the CD of PvP trinkets in LibCooldownTracker to 90sec instead of 120sec.

commented

It's quite easy to fix, all you need to do is set the CD of PvP trinkets in LibCooldownTracker to 90sec instead of 120sec.

It's slightly more complex because it's only for healer specs, but still doable.

commented

It's quite easy to fix, all you need to do is set the CD of PvP trinkets in LibCooldownTracker to 90sec instead of 120sec.

It's slightly more complex because it's only for healer specs, but still doable.

Yes, that's what I meant. A bit unclear from my side :)