Extended Character Stats

Extended Character Stats

8M Downloads

Paladin Melee Hit fixed, spell hit still wrong.

LordOfOtakus opened this issue ยท 1 comments

commented

On the most recent version of ECS for Wrath, (3.0.2), Melee hit for Paladins was fixed (since the Precision talent no longer existed). Spell hit is still being given 5% extra hit, however.

Easiest fix is replacing line 53 in "SpellHit.lua" (which is "if classId == Data.PALADIN and ECS.IsWotlk then") with "if (not ECS.IsWotlk) and classId == Data.PALADIN then".

commented

That is absolutely true, thanks for the hint! I did the release yesterday pretty fast and overlooked this point ๐Ÿ™ˆ Will be easy to fix (as you already said ๐Ÿ‘๐Ÿป )