vendethiel / GladiusEx

14 stars 20 forks source link

Healer pvp trinket cooldown incorrect #107

Closed alexandersoto closed 1 week ago

alexandersoto commented 4 weeks ago

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

alexandersoto commented 3 weeks ago

@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?

vendethiel commented 3 weeks ago

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

alexandersoto commented 3 days ago

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

vendethiel commented 3 days ago

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