I get that Shadowmeld fix might be hard to fix, since you are bad developers, but Tauren Endurance hasn’t been working for more than 3 months. I give you a code to fix it:
if (race == .tauren) baseHealth = regularBaseHealth * 1.05
.
That’s 420 health missing on taurens, which is a huge deal in pvp for healers when RESILIENCE is also not working.
Can also give you a resilience fix:
dotDamage = max(0, baseDotDamage - (baseDotDamage * resiliencePercentage))
if (isCritical) {
dotDamage = max(0, dotDamage - (dotDamage * criticalResiliencePercentage))
}
It’s so stupid that there are so many bugs in Arena that get ignored, which the only competitive place in wotlk