Extended Character Stats

Extended Character Stats

8M Downloads

Hit-Chance wrong for Frost DKs

BreakBB opened this issue ยท 3 comments

commented

Bug description

Screenshots

Version

v3.0.3

commented

Add this to Melee.lua on line 90.
if classId == Data.DEATHKNIGHT then
local _, _, _, _, points, _, _, _ = GetTalentInfo(2, 16)
mod = points * 1 -- 0-3% Nerves of Cold Steel
end

And this to Constants.lua on line 17.
Data.DEATHKNIGHT = 6

This seems to have fixed it for me, I have no idea as to why 16 is Nerves of Cold Steel, but I'll leave that to Blizzard.

commented

Hey @ostjaevel thanks for looking into this! I will add that code shortly ๐Ÿ‘๐Ÿป

WIth the move to Wotlk Blizzard seems to have simply added all "new" talents to the end, counting wise. It's really weird ๐Ÿคท๐Ÿปโ€โ™‚๏ธ

commented

Fixed in f722238