-
Notifications
You must be signed in to change notification settings - Fork 20
remove isTbcOnly from profile #394
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
|
not tested yet, am I going into the right direction? |
add draenei passive to ranged hit calculation
add vscode folder to gitignore
fix annotations
replace deprecated functions
|
@Alessandro-Barbieri you change a lot of stats to be visible across various expansions. Is that intended? Examples are Armor Pen (visible in every expansion with this PR) and Haste (visible in TBC and WotLK). |
it's intentional:
|
| end | ||
| if profileVersion < 23 then | ||
| Profile:Reset() | ||
| ECS:Print(i18n("Profile has been reset due to a major update.")) -- because of TBC prepatch |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| ECS:Print(i18n("Profile has been reset due to a major update.")) -- because of TBC prepatch | |
| ECS:Print(i18n("Profile has been reset due to a major update.")) -- because of TBC prepatch |
| category.expertiseRating, category.hasteRating, category.hasteBonus) | ||
| else | ||
| if ECS.IsClassic then | ||
| _CreateStatInfo(category, category.attackPower, category.crit) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since more values should be shown now, this needs to actually render them. A reminder IsClassic means Era, HC and SoD.
removed
isTbcOnlyswapped the logic on many expansion checks